#858DFA

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

Shades of Light Slate Blue #858DFA

Tints of Light Slate Blue #858DFA

Color information

#858DFA (or 0x858DFA) is unknown color: approx Light Slate Blue. HEX triplet: 85, 8D and FA. RGB value is (133,141,250). Sum of RGB (Red+Green+Blue) = 133+141+250=524 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.38% from 524); Green value is 141 (55.47% from 255 or 26.91% from 524); Blue value is 250 (98.05% from 255 or 47.71% from 524); Max value from RGB is 250 - color contains mainly: blue. Hex color #858DFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #858DFA is #7A7205. Grayscale: #969696. Windows color (decimal): -8024582 or 16420229. OLE color: 16420229.

HSL color Cylindrical-coordinate representation of color #858DFA: hue angle of 235.9º 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 #858DFA is Cyan = 0.47, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB133141250-
CMYK0.470.4400.02
HSL235.9º92.13%75.1%-
HSV(B)235.9º46.8%98.04%-
XYZ36.4530.9494.49-
YUV151.03183.85115.14-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 25.38%
GREEN value IS 141 (55.47% from 255) = 26.91%
BLUE value IS 250 (98.05% from 255) = 47.71%
R=25.38%
G=26.91%
B=47.71%

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
Decimal1331412500.470.4400.02235.992.1375.1
Hex858DFA2F2C02ec5c4b
Octal205215372575402354134113
Binary1000010110001101111110101011111011000101110110010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858DFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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