Html Css Color HEX #856EFF Light Slate Blue

📋 copy color: '#856EFF'

red 133 ◦ green 110 ◦ blue 255

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

Shades of Light Slate Blue #856EFF

Tints of Light Slate Blue #856EFF

RGB

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

 GREEN value IS 110 (43.36% from 255) = 22.09%

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

R = 26.71%
G = 22.09%
B = 51.2%

CMYK

 C value IS 0.48

 M value IS 0.57

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#856EFF (or 0x856EFF) is known color: Light Slate Blue. HEX triplet: 85, 6E and FF. RGB value is (133,110,255). Sum of RGB (Red+Green+Blue) = 133+110+255=498 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.71% from 498); Green value is 110 (43.36% from 255 or 22.09% from 498); Blue value is 255 (100% from 255 or 51.20% from 498); Max value from RGB is 255 - color contains mainly: blue. Hex color #856EFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #856EFF is #7A9100. Grayscale: #848484. Windows color (decimal): -8032513 or 16739973. OLE color: 16739973.

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

Color convert

RGB 133 110 255 -
CMYK 0.48 0.57 0 0
HSL 249.52º 1% 0.72% -
HSV(B) 249.52º 0.57% 1% -
XYZ 33.3 23.36 97.36 -
YUV 133.41 196.62 127.71 -
System Red Green Blue C M Y K H S L
Decimal 133 110 255 0.48 0.57 0 0 249.52 1 0.72
Hex 85 6E FF 30 39 0 0 FA 64 48
Octal 205 156 377 60 71 0 0 372 144 110
Binary 10000101 1101110 11111111 110000 111001 0 0 11111010 1100100 1001000

Color Harmonies of #856EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856EFF

Black with #856EFF

Text Example


Text Example

White with #856EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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