#858BFA

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

Shades of Light Slate Blue #858BFA

Tints of Light Slate Blue #858BFA

Color information

#858BFA (or 0x858BFA) is unknown color: approx Light Slate Blue. HEX triplet: 85, 8B and FA. RGB value is (133,139,250). Sum of RGB (Red+Green+Blue) = 133+139+250=522 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.48% from 522); Green value is 139 (54.69% from 255 or 26.63% from 522); Blue value is 250 (98.05% from 255 or 47.89% from 522); Max value from RGB is 250 - color contains mainly: blue. Hex color #858BFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #858BFA is #7A7405. Grayscale: #959595. Windows color (decimal): -8025094 or 16419717. OLE color: 16419717.

HSL color Cylindrical-coordinate representation of color #858BFA: hue angle of 236.92º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #858BFA is Cyan = 0.47, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB133139250-
CMYK0.470.4400.02
HSL236.92º92.13%75.1%-
HSV(B)236.92º46.8%98.04%-
XYZ36.1630.3594.4-
YUV149.86184.51115.97-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 25.48%
GREEN value IS 139 (54.69% from 255) = 26.63%
BLUE value IS 250 (98.05% from 255) = 47.89%
R=25.48%
G=26.63%
B=47.89%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1331392500.470.4400.02236.9292.1375.1
Hex858BFA2F2C02ed5c4b
Octal205213372575402355134113
Binary1000010110001011111110101011111011000101110110110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858BFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858BFA; }

 p { color: rgb(133,139,250); }

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

<style>
 a { background-color: #858BFA; }

 a { background-color: rgb(133,139,250); }

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

<style>
 span { border-color: #858BFA; }

 span { border-color: rgb(133,139,250); }

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