#858CFA

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

Shades of Light Slate Blue #858CFA

Tints of Light Slate Blue #858CFA

Color information

#858CFA (or 0x858CFA) is unknown color: approx Light Slate Blue. HEX triplet: 85, 8C and FA. RGB value is (133,140,250). Sum of RGB (Red+Green+Blue) = 133+140+250=523 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.43% from 523); Green value is 140 (55.08% from 255 or 26.77% from 523); Blue value is 250 (98.05% from 255 or 47.80% from 523); Max value from RGB is 250 - color contains mainly: blue. Hex color #858CFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #858CFA is #7A7305. Grayscale: #969696. Windows color (decimal): -8024838 or 16419973. OLE color: 16419973.

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

Color convert

RGB133140250-
CMYK0.470.4400.02
HSL236.41º92.13%75.1%-
HSV(B)236.41º46.8%98.04%-
XYZ36.3130.6494.44-
YUV150.45184.18115.56-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 25.43%
GREEN value IS 140 (55.08% from 255) = 26.77%
BLUE value IS 250 (98.05% from 255) = 47.80%
R=25.43%
G=26.77%
B=47.80%

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
Decimal1331402500.470.4400.02236.4192.1375.1
Hex858CFA2F2C02ec5c4b
Octal205214372575402354134113
Binary1000010110001100111110101011111011000101110110010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858CFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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