Html Css Color HEX #856DCC True V

📋 copy color: '#856DCC'

red 133 ◦ green 109 ◦ blue 204

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

Shades of True V #856DCC

Tints of True V #856DCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 45.74%

R = 29.82%
G = 24.44%
B = 45.74%

CMYK

 C value IS 0.35

 M value IS 0.47

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#856DCC (or 0x856DCC) is known color: True V. HEX triplet: 85, 6D and CC. RGB value is (133,109,204). Sum of RGB (Red+Green+Blue) = 133+109+204=446 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.82% from 446); Green value is 109 (42.97% from 255 or 24.44% from 446); Blue value is 204 (80.08% from 255 or 45.74% from 446); Max value from RGB is 204 - color contains mainly: blue. Hex color #856DCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #856DCC is #7A9233. Grayscale: #7E7E7E. Windows color (decimal): -8032820 or 13397381. OLE color: 13397381.

HSL color Cylindrical-coordinate representation of color #856DCC: hue angle of 255.16º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #856DCC is Cyan = 0.35, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 133 109 204 -
CMYK 0.35 0.47 0 0.2
HSL 255.16º 0.48% 0.61% -
HSV(B) 255.16º 0.47% 0.8% -
XYZ 26.04 20.28 59.67 -
YUV 127.01 171.45 132.28 -
System Red Green Blue C M Y K H S L
Decimal 133 109 204 0.35 0.47 0 0.2 255.16 0.48 0.61
Hex 85 6D CC 23 2F 0 14 FF 30 3D
Octal 205 155 314 43 57 0 24 377 60 75
Binary 10000101 1101101 11001100 100011 101111 0 10100 11111111 110000 111101

Color Harmonies of #856DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856DCC

Black with #856DCC

Text Example


Text Example

White with #856DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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