#8485FE

Color #8485FE Light Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Slate Blue #8485FE

Tints of Light Slate Blue #8485FE

Color information

#8485FE (or 0x8485FE) is unknown color: approx Light Slate Blue. HEX triplet: 84, 85 and FE. RGB value is (132,133,254). Sum of RGB (Red+Green+Blue) = 132+133+254=519 (68% of max value = 765). Red value is 132 (51.95% from 255 or 25.43% from 519); Green value is 133 (52.34% from 255 or 25.63% from 519); Blue value is 254 (99.61% from 255 or 48.94% from 519); Max value from RGB is 254 - color contains mainly: blue. Hex color #8485FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8485FE is #7B7A01. Grayscale: #929292. Windows color (decimal): -8092162 or 16680324. OLE color: 16680324.

HSL color Cylindrical-coordinate representation of color #8485FE: hue angle of 239.51º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8485FE is Cyan = 0.48, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB132133254-
CMYK0.480.4800.00
HSL239.51º98.39%75.69%-
HSV(B)239.51º48.03%99.61%-
XYZ35.7928.8497.45-
YUV146.49188.67117.66-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 132 (51.95% from 255) = 25.43%
GREEN value IS 133 (52.34% from 255) = 25.63%
BLUE value IS 254 (99.61% from 255) = 48.94%
R=25.43%
G=25.63%
B=48.94%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1321332540.480.4800.00239.5198.3975.69
Hex8485FE303000f0624c
Octal204205376606000360142114
Binary100001001000010111111110110000110000001111000011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8485FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8485FE; }

 p { color: rgb(132,133,254); }

 H1.HeaderClassName
 {
   color: #8485FE;
 }
 .AnyTagClassName
 {
   color: #8485FE;
 }
</style>
background-color css

<style>
 a { background-color: #8485FE; }

 a { background-color: rgb(132,133,254); }

 div.DivClassName
 {
   background-color: #8485FE;
 }
 .BgClassName
 {
   background-color: #8485FE;
 }
</style>
border-color css

<style>
 span { border-color: #8485FE; }

 span { border-color: rgb(132,133,254); }

 td.TdClassName
 {
   border-color: #8485FE;
 }
 .TagClassName
 {
   border-color: #8485FE;
 }
</style>