Html Css Color HEX #858CFF Light Slate Blue

📋 copy color: '#858CFF'

red 133 ◦ green 140 ◦ blue 255

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

Shades of Light Slate Blue #858CFF

Tints of Light Slate Blue #858CFF

RGB

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

 GREEN value IS 140 (55.08% from 255) = 26.52%

 BLUE value IS 255 (100% from 255) = 48.3%

R = 25.19%
G = 26.52%
B = 48.3%

CMYK

 C value IS 0.48

 M value IS 0.45

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#858CFF (or 0x858CFF) is known color: Light Slate Blue. HEX triplet: 85, 8C and FF. RGB value is (133,140,255). Sum of RGB (Red+Green+Blue) = 133+140+255=528 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.19% from 528); Green value is 140 (55.08% from 255 or 26.52% from 528); Blue value is 255 (100% from 255 or 48.30% from 528); Max value from RGB is 255 - color contains mainly: blue. Hex color #858CFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #858CFF is #7A7300. Grayscale: #969696. Windows color (decimal): -8024833 or 16747653. OLE color: 16747653.

HSL color Cylindrical-coordinate representation of color #858CFF: hue angle of 236.56º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #858CFF is Cyan = 0.48, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 133 140 255 -
CMYK 0.48 0.45 0 0
HSL 236.56º 1% 0.76% -
HSV(B) 236.56º 0.48% 1% -
XYZ 37.1 30.96 98.63 -
YUV 151.02 186.68 115.15 -
System Red Green Blue C M Y K H S L
Decimal 133 140 255 0.48 0.45 0 0 236.56 1 0.76
Hex 85 8C FF 30 2D 0 0 ED 64 4C
Octal 205 214 377 60 55 0 0 355 144 114
Binary 10000101 10001100 11111111 110000 101101 0 0 11101101 1100100 1001100

Color Harmonies of #858CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858CFF

Black with #858CFF

Text Example


Text Example

White with #858CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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