Html Css Color HEX #856DFE Light Slate Blue

📋 copy color: '#856DFE'

red 133 ◦ green 109 ◦ blue 254

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

Shades of Light Slate Blue #856DFE

Tints of Light Slate Blue #856DFE

RGB

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

 GREEN value IS 109 (42.97% from 255) = 21.98%

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

R = 26.81%
G = 21.98%
B = 51.21%

CMYK

 C value IS 0.48

 M value IS 0.57

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#856DFE (or 0x856DFE) is known color: Light Slate Blue. HEX triplet: 85, 6D and FE. RGB value is (133,109,254). Sum of RGB (Red+Green+Blue) = 133+109+254=496 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.81% from 496); Green value is 109 (42.97% from 255 or 21.98% from 496); Blue value is 254 (99.61% from 255 or 51.21% from 496); Max value from RGB is 254 - color contains mainly: blue. Hex color #856DFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #856DFE is #7A9201. Grayscale: #848484. Windows color (decimal): -8032770 or 16674181. OLE color: 16674181.

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

Color convert

RGB 133 109 254 -
CMYK 0.48 0.57 0 0.00
HSL 249.93º 0.99% 0.71% -
HSV(B) 249.93º 0.57% 1% -
XYZ 33.03 23.08 96.48 -
YUV 132.71 196.45 128.21 -
System Red Green Blue C M Y K H S L
Decimal 133 109 254 0.48 0.57 0 0.00 249.93 0.99 0.71
Hex 85 6D FE 30 39 0 0 FA 63 47
Octal 205 155 376 60 71 0 0 372 143 107
Binary 10000101 1101101 11111110 110000 111001 0 0 11111010 1100011 1000111

Color Harmonies of #856DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856DFE

Black with #856DFE

Text Example


Text Example

White with #856DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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