Html Css Color HEX #858AFC Light Slate Blue

📋 copy color: '#858AFC'

red 133 ◦ green 138 ◦ blue 252

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

Shades of Light Slate Blue #858AFC

Tints of Light Slate Blue #858AFC

RGB

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

 GREEN value IS 138 (54.3% from 255) = 26.39%

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

R = 25.43%
G = 26.39%
B = 48.18%

CMYK

 C value IS 0.47

 M value IS 0.45

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#858AFC (or 0x858AFC) is known color: Light Slate Blue. HEX triplet: 85, 8A and FC. RGB value is (133,138,252). Sum of RGB (Red+Green+Blue) = 133+138+252=523 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.43% from 523); Green value is 138 (54.30% from 255 or 26.39% from 523); Blue value is 252 (98.83% from 255 or 48.18% from 523); Max value from RGB is 252 - color contains mainly: blue. Hex color #858AFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #858AFC is #7A7503. Grayscale: #959595. Windows color (decimal): -8025348 or 16550533. OLE color: 16550533.

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

Color convert

RGB 133 138 252 -
CMYK 0.47 0.45 0 0.01
HSL 237.48º 0.95% 0.75% -
HSV(B) 237.48º 0.47% 0.99% -
XYZ 36.33 30.19 96.01 -
YUV 149.5 185.84 116.23 -
System Red Green Blue C M Y K H S L
Decimal 133 138 252 0.47 0.45 0 0.01 237.48 0.95 0.75
Hex 85 8A FC 2F 2D 0 1 ED 5F 4B
Octal 205 212 374 57 55 0 1 355 137 113
Binary 10000101 10001010 11111100 101111 101101 0 1 11101101 1011111 1001011

Color Harmonies of #858AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858AFC

Black with #858AFC

Text Example


Text Example

White with #858AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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