Html Css Color HEX #858FFC Light Slate Blue

📋 copy color: '#858FFC'

red 133 ◦ green 143 ◦ blue 252

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

Shades of Light Slate Blue #858FFC

Tints of Light Slate Blue #858FFC

RGB

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

 GREEN value IS 143 (56.25% from 255) = 27.08%

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

R = 25.19%
G = 27.08%
B = 47.73%

CMYK

 C value IS 0.47

 M value IS 0.43

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#858FFC (or 0x858FFC) is known color: Light Slate Blue. HEX triplet: 85, 8F and FC. RGB value is (133,143,252). Sum of RGB (Red+Green+Blue) = 133+143+252=528 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.19% from 528); Green value is 143 (56.25% from 255 or 27.08% from 528); Blue value is 252 (98.83% from 255 or 47.73% from 528); Max value from RGB is 252 - color contains mainly: blue. Hex color #858FFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #858FFC is #7A7003. Grayscale: #979797. Windows color (decimal): -8024068 or 16551813. OLE color: 16551813.

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

Color convert

RGB 133 143 252 -
CMYK 0.47 0.43 0 0.01
HSL 234.96º 0.95% 0.75% -
HSV(B) 234.96º 0.47% 0.99% -
XYZ 37.07 31.66 96.25 -
YUV 152.44 184.19 114.14 -
System Red Green Blue C M Y K H S L
Decimal 133 143 252 0.47 0.43 0 0.01 234.96 0.95 0.75
Hex 85 8F FC 2F 2B 0 1 EB 5F 4B
Octal 205 217 374 57 53 0 1 353 137 113
Binary 10000101 10001111 11111100 101111 101011 0 1 11101011 1011111 1001011

Color Harmonies of #858FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858FFC

Black with #858FFC

Text Example


Text Example

White with #858FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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