Html Css Color HEX #858FFE Light Slate Blue

📋 copy color: '#858FFE'

red 133 ◦ green 143 ◦ blue 254

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

Shades of Light Slate Blue #858FFE

Tints of Light Slate Blue #858FFE

RGB

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

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

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

R = 25.09%
G = 26.98%
B = 47.92%

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

#858FFE (or 0x858FFE) is known color: Light Slate Blue. HEX triplet: 85, 8F and FE. RGB value is (133,143,254). Sum of RGB (Red+Green+Blue) = 133+143+254=530 (70% of max value = 765). Red value is 133 (52.34% from 255 or 25.09% from 530); Green value is 143 (56.25% from 255 or 26.98% from 530); Blue value is 254 (99.61% from 255 or 47.92% from 530); Max value from RGB is 254 - color contains mainly: blue. Hex color #858FFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #858FFE is #7A7001. Grayscale: #989898. Windows color (decimal): -8024066 or 16682885. OLE color: 16682885.

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

Color convert

RGB 133 143 254 -
CMYK 0.48 0.44 0 0.00
HSL 235.04º 0.98% 0.76% -
HSV(B) 235.04º 0.48% 1% -
XYZ 37.38 31.79 97.93 -
YUV 152.66 185.19 113.97 -
System Red Green Blue C M Y K H S L
Decimal 133 143 254 0.48 0.44 0 0.00 235.04 0.98 0.76
Hex 85 8F FE 30 2C 0 0 EB 62 4C
Octal 205 217 376 60 54 0 0 353 142 114
Binary 10000101 10001111 11111110 110000 101100 0 0 11101011 1100010 1001100

Color Harmonies of #858FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858FFE

Black with #858FFE

Text Example


Text Example

White with #858FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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