Html Css Color HEX #856CFF Light Slate Blue

📋 copy color: '#856CFF'

red 133 ◦ green 108 ◦ blue 255

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

Shades of Light Slate Blue #856CFF

Tints of Light Slate Blue #856CFF

RGB

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

 GREEN value IS 108 (42.58% from 255) = 21.77%

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

R = 26.81%
G = 21.77%
B = 51.41%

CMYK

 C value IS 0.48

 M value IS 0.58

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#856CFF (or 0x856CFF) is known color: Light Slate Blue. HEX triplet: 85, 6C and FF. RGB value is (133,108,255). Sum of RGB (Red+Green+Blue) = 133+108+255=496 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.81% from 496); Green value is 108 (42.58% from 255 or 21.77% from 496); Blue value is 255 (100% from 255 or 51.41% from 496); Max value from RGB is 255 - color contains mainly: blue. Hex color #856CFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #856CFF is #7A9300. Grayscale: #838383. Windows color (decimal): -8033025 or 16739461. OLE color: 16739461.

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

Color convert

RGB 133 108 255 -
CMYK 0.48 0.58 0 0
HSL 250.2º 1% 0.71% -
HSV(B) 250.2º 0.58% 1% -
XYZ 33.09 22.93 97.29 -
YUV 132.23 197.28 128.55 -
System Red Green Blue C M Y K H S L
Decimal 133 108 255 0.48 0.58 0 0 250.2 1 0.71
Hex 85 6C FF 30 3A 0 0 FA 64 47
Octal 205 154 377 60 72 0 0 372 144 107
Binary 10000101 1101100 11111111 110000 111010 0 0 11111010 1100100 1000111

Color Harmonies of #856CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856CFF

Black with #856CFF

Text Example


Text Example

White with #856CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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