Html Css Color HEX #856EFC Light Slate Blue

📋 copy color: '#856EFC'

red 133 ◦ green 110 ◦ blue 252

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

Shades of Light Slate Blue #856EFC

Tints of Light Slate Blue #856EFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 50.91%

R = 26.87%
G = 22.22%
B = 50.91%

CMYK

 C value IS 0.47

 M value IS 0.56

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#856EFC (or 0x856EFC) is known color: Light Slate Blue. HEX triplet: 85, 6E and FC. RGB value is (133,110,252). Sum of RGB (Red+Green+Blue) = 133+110+252=495 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.87% from 495); Green value is 110 (43.36% from 255 or 22.22% from 495); Blue value is 252 (98.83% from 255 or 50.91% from 495); Max value from RGB is 252 - color contains mainly: blue. Hex color #856EFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #856EFC is #7A9103. Grayscale: #848484. Windows color (decimal): -8032516 or 16543365. OLE color: 16543365.

HSL color Cylindrical-coordinate representation of color #856EFC: hue angle of 249.72º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #856EFC is Cyan = 0.47, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 133 110 252 -
CMYK 0.47 0.56 0 0.01
HSL 249.72º 0.96% 0.71% -
HSV(B) 249.72º 0.56% 0.99% -
XYZ 32.82 23.17 94.84 -
YUV 133.07 195.12 127.95 -
System Red Green Blue C M Y K H S L
Decimal 133 110 252 0.47 0.56 0 0.01 249.72 0.96 0.71
Hex 85 6E FC 2F 38 0 1 FA 60 47
Octal 205 156 374 57 70 0 1 372 140 107
Binary 10000101 1101110 11111100 101111 111000 0 1 11111010 1100000 1000111

Color Harmonies of #856EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856EFC

Black with #856EFC

Text Example


Text Example

White with #856EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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