#856CCD

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

Shades of True V #856CCD

Tints of True V #856CCD

Color information

#856CCD (or 0x856CCD) is unknown color: approx True V. HEX triplet: 85, 6C and CD. RGB value is (133,108,205). Sum of RGB (Red+Green+Blue) = 133+108+205=446 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.82% from 446); Green value is 108 (42.58% from 255 or 24.22% from 446); Blue value is 205 (80.47% from 255 or 45.96% from 446); Max value from RGB is 205 - color contains mainly: blue. Hex color #856CCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #856CCD is #7A9332. Grayscale: #7E7E7E. Windows color (decimal): -8033075 or 13462661. OLE color: 13462661.

HSL color Cylindrical-coordinate representation of color #856CCD: hue angle of 255.46º degrees, saturation: 0.49, 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 #856CCD is Cyan = 0.35, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB133108205-
CMYK0.350.4700.20
HSL255.46º49.24%61.37%-
HSV(B)255.46º47.32%80.39%-
XYZ26.0520.1260.27-
YUV126.53172.28132.61-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 29.82%
GREEN value IS 108 (42.58% from 255) = 24.22%
BLUE value IS 205 (80.47% from 255) = 45.96%
R=29.82%
G=24.22%
B=45.96%

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
Decimal1331082050.350.4700.20255.4649.2461.37
Hex856CCD232F014ff313d
Octal20515431543570243776175
Binary1000010111011001100110110001110111101010011111111110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856CCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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