Html Css Color HEX #858CFE Light Slate Blue

📋 copy color: '#858CFE'

red 133 ◦ green 140 ◦ blue 254

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

Shades of Light Slate Blue #858CFE

Tints of Light Slate Blue #858CFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 48.2%

R = 25.24%
G = 26.57%
B = 48.2%

CMYK

 C value IS 0.48

 M value IS 0.45

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#858CFE (or 0x858CFE) is known color: Light Slate Blue. HEX triplet: 85, 8C and FE. RGB value is (133,140,254). Sum of RGB (Red+Green+Blue) = 133+140+254=527 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.24% from 527); Green value is 140 (55.08% from 255 or 26.57% from 527); Blue value is 254 (99.61% from 255 or 48.20% from 527); Max value from RGB is 254 - color contains mainly: blue. Hex color #858CFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #858CFE is #7A7301. Grayscale: #969696. Windows color (decimal): -8024834 or 16682117. OLE color: 16682117.

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

Color convert

RGB 133 140 254 -
CMYK 0.48 0.45 0 0.00
HSL 236.53º 0.98% 0.76% -
HSV(B) 236.53º 0.48% 1% -
XYZ 36.94 30.9 97.78 -
YUV 150.9 186.18 115.23 -
System Red Green Blue C M Y K H S L
Decimal 133 140 254 0.48 0.45 0 0.00 236.53 0.98 0.76
Hex 85 8C FE 30 2D 0 0 ED 62 4C
Octal 205 214 376 60 55 0 0 355 142 114
Binary 10000101 10001100 11111110 110000 101101 0 0 11101101 1100010 1001100

Color Harmonies of #858CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858CFE

Black with #858CFE

Text Example


Text Example

White with #858CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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