Html Css Color HEX #856CCE True V

📋 copy color: '#856CCE'

red 133 ◦ green 108 ◦ blue 206

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

Shades of True V #856CCE

Tints of True V #856CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 46.09%

R = 29.75%
G = 24.16%
B = 46.09%

CMYK

 C value IS 0.35

 M value IS 0.48

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#856CCE (or 0x856CCE) is known color: True V. HEX triplet: 85, 6C and CE. RGB value is (133,108,206). Sum of RGB (Red+Green+Blue) = 133+108+206=447 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.75% from 447); Green value is 108 (42.58% from 255 or 24.16% from 447); Blue value is 206 (80.86% from 255 or 46.09% from 447); Max value from RGB is 206 - color contains mainly: blue. Hex color #856CCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #856CCE is #7A9331. Grayscale: #7E7E7E. Windows color (decimal): -8033074 or 13528197. OLE color: 13528197.

HSL color Cylindrical-coordinate representation of color #856CCE: hue angle of 255.31º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #856CCE is Cyan = 0.35, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 133 108 206 -
CMYK 0.35 0.48 0 0.19
HSL 255.31º 0.5% 0.62% -
HSV(B) 255.31º 0.48% 0.81% -
XYZ 26.18 20.17 60.91 -
YUV 126.65 172.78 132.53 -
System Red Green Blue C M Y K H S L
Decimal 133 108 206 0.35 0.48 0 0.19 255.31 0.5 0.62
Hex 85 6C CE 23 30 0 13 FF 32 3E
Octal 205 154 316 43 60 0 23 377 62 76
Binary 10000101 1101100 11001110 100011 110000 0 10011 11111111 110010 111110

Color Harmonies of #856CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856CCE

Black with #856CCE

Text Example


Text Example

White with #856CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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