Html Css Color HEX #858EFC Light Slate Blue

📋 copy color: '#858EFC'

red 133 ◦ green 142 ◦ blue 252

#858EFC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Slate Blue #858EFC

Tints of Light Slate Blue #858EFC

RGB

 RED value IS 133 (52.34% from 255) = 25.24%

 GREEN value IS 142 (55.86% from 255) = 26.94%

 BLUE value IS 252 (98.83% from 255) = 47.82%

R = 25.24%
G = 26.94%
B = 47.82%

CMYK

 C value IS 0.47

 M value IS 0.44

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#858EFC (or 0x858EFC) is known color: Light Slate Blue. HEX triplet: 85, 8E and FC. RGB value is (133,142,252). Sum of RGB (Red+Green+Blue) = 133+142+252=527 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.24% from 527); Green value is 142 (55.86% from 255 or 26.94% from 527); Blue value is 252 (98.83% from 255 or 47.82% from 527); Max value from RGB is 252 - color contains mainly: blue. Hex color #858EFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #858EFC is #7A7103. Grayscale: #979797. Windows color (decimal): -8024324 or 16551557. OLE color: 16551557.

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

Color convert

RGB 133 142 252 -
CMYK 0.47 0.44 0 0.01
HSL 235.46º 0.95% 0.75% -
HSV(B) 235.46º 0.47% 0.99% -
XYZ 36.92 31.36 96.2 -
YUV 151.85 184.52 114.56 -
System Red Green Blue C M Y K H S L
Decimal 133 142 252 0.47 0.44 0 0.01 235.46 0.95 0.75
Hex 85 8E FC 2F 2C 0 1 EB 5F 4B
Octal 205 216 374 57 54 0 1 353 137 113
Binary 10000101 10001110 11111100 101111 101100 0 1 11101011 1011111 1001011

Color Harmonies of #858EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858EFC

Black with #858EFC

Text Example


Text Example

White with #858EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,142,252); }

 H1.HeaderClassName
 {
   color: #858EFC;
 }
 .AnyTagClassName
 {
   color: #858EFC;
 }
</style>

background-color css

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

 a { background-color: rgb(133,142,252); }

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

border-color css

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

 span { border-color: rgb(133,142,252); }

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