Html Css Color HEX #858EFE Light Slate Blue

📋 copy color: '#858EFE'

red 133 ◦ green 142 ◦ blue 254

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

Shades of Light Slate Blue #858EFE

Tints of Light Slate Blue #858EFE

RGB

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

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

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

R = 25.14%
G = 26.84%
B = 48.02%

CMYK

 C value IS 0.48

 M value IS 0.44

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#858EFE (or 0x858EFE) is known color: Light Slate Blue. HEX triplet: 85, 8E and FE. RGB value is (133,142,254). Sum of RGB (Red+Green+Blue) = 133+142+254=529 (70% of max value = 765). Red value is 133 (52.34% from 255 or 25.14% from 529); Green value is 142 (55.86% from 255 or 26.84% from 529); Blue value is 254 (99.61% from 255 or 48.02% from 529); Max value from RGB is 254 - color contains mainly: blue. Hex color #858EFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #858EFE is #7A7101. Grayscale: #979797. Windows color (decimal): -8024322 or 16682629. OLE color: 16682629.

HSL color Cylindrical-coordinate representation of color #858EFE: hue angle of 235.54º 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 #858EFE is Cyan = 0.48, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 133 142 254 -
CMYK 0.48 0.44 0 0.00
HSL 235.54º 0.98% 0.76% -
HSV(B) 235.54º 0.48% 1% -
XYZ 37.24 31.49 97.88 -
YUV 152.08 185.52 114.39 -
System Red Green Blue C M Y K H S L
Decimal 133 142 254 0.48 0.44 0 0.00 235.54 0.98 0.76
Hex 85 8E FE 30 2C 0 0 EC 62 4C
Octal 205 216 376 60 54 0 0 354 142 114
Binary 10000101 10001110 11111110 110000 101100 0 0 11101100 1100010 1001100

Color Harmonies of #858EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858EFE

Black with #858EFE

Text Example


Text Example

White with #858EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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