#856DCD

Color #856DCD True V (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of True V #856DCD

Tints of True V #856DCD

Color information

#856DCD (or 0x856DCD) is unknown color: approx True V. HEX triplet: 85, 6D and CD. RGB value is (133,109,205). Sum of RGB (Red+Green+Blue) = 133+109+205=447 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.75% from 447); Green value is 109 (42.97% from 255 or 24.38% from 447); Blue value is 205 (80.47% from 255 or 45.86% from 447); Max value from RGB is 205 - color contains mainly: blue. Hex color #856DCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #856DCD is #7A9232. Grayscale: #7E7E7E. Windows color (decimal): -8032819 or 13462917. OLE color: 13462917.

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

Color convert

RGB133109205-
CMYK0.350.4700.20
HSL255º48.98%61.57%-
HSV(B)255º46.83%80.39%-
XYZ26.1620.3360.3-
YUV127.12171.95132.19-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 29.75%
GREEN value IS 109 (42.97% from 255) = 24.38%
BLUE value IS 205 (80.47% from 255) = 45.86%
R=29.75%
G=24.38%
B=45.86%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1331092050.350.4700.2025548.9861.57
Hex856DCD232F014ff313e
Octal20515531543570243776176
Binary1000010111011011100110110001110111101010011111111110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #856DCD;
 }
 .AnyTagClassName
 {
   color: #856DCD;
 }
</style>
background-color css

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

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

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

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

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

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