Html Css Color HEX #858EFF Light Slate Blue

📋 copy color: '#858EFF'

red 133 ◦ green 142 ◦ blue 255

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

Shades of Light Slate Blue #858EFF

Tints of Light Slate Blue #858EFF

RGB

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

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

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

R = 25.09%
G = 26.79%
B = 48.11%

CMYK

 C value IS 0.48

 M value IS 0.44

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#858EFF (or 0x858EFF) is known color: Light Slate Blue. HEX triplet: 85, 8E and FF. RGB value is (133,142,255). Sum of RGB (Red+Green+Blue) = 133+142+255=530 (70% of max value = 765). Red value is 133 (52.34% from 255 or 25.09% from 530); Green value is 142 (55.86% from 255 or 26.79% from 530); Blue value is 255 (100% from 255 or 48.11% from 530); Max value from RGB is 255 - color contains mainly: blue. Hex color #858EFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #858EFF is #7A7100. Grayscale: #979797. Windows color (decimal): -8024321 or 16748165. OLE color: 16748165.

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

Color convert

RGB 133 142 255 -
CMYK 0.48 0.44 0 0
HSL 235.57º 1% 0.76% -
HSV(B) 235.57º 0.48% 1% -
XYZ 37.4 31.55 98.73 -
YUV 152.19 186.02 114.31 -
System Red Green Blue C M Y K H S L
Decimal 133 142 255 0.48 0.44 0 0 235.57 1 0.76
Hex 85 8E FF 30 2C 0 0 EC 64 4C
Octal 205 216 377 60 54 0 0 354 144 114
Binary 10000101 10001110 11111111 110000 101100 0 0 11101100 1100100 1001100

Color Harmonies of #858EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858EFF

Black with #858EFF

Text Example


Text Example

White with #858EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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