#806BBC

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

Shades of True V #806BBC

Tints of True V #806BBC

Color information

#806BBC (or 0x806BBC) is unknown color: approx True V. HEX triplet: 80, 6B and BC. RGB value is (128,107,188). Sum of RGB (Red+Green+Blue) = 128+107+188=423 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.26% from 423); Green value is 107 (42.19% from 255 or 25.30% from 423); Blue value is 188 (73.83% from 255 or 44.44% from 423); Max value from RGB is 188 - color contains mainly: blue. Hex color #806BBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #806BBC is #7F9443. Grayscale: #7A7A7A. Windows color (decimal): -8361028 or 12348288. OLE color: 12348288.

HSL color Cylindrical-coordinate representation of color #806BBC: hue angle of 255.56º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #806BBC is Cyan = 0.32, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB128107188-
CMYK0.320.4300.26
HSL255.56º37.67%57.84%-
HSV(B)255.56º43.09%73.73%-
XYZ23.2418.7449.97-
YUV122.51164.96131.91-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 30.26%
GREEN value IS 107 (42.19% from 255) = 25.30%
BLUE value IS 188 (73.83% from 255) = 44.44%
R=30.26%
G=25.30%
B=44.44%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1281071880.320.4300.26255.5637.6757.84
Hex806BBC202B01A100263a
Octal20015327440530324004672
Binary10000000110101110111100100000101011011010100000000100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806BBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #806BBC; }

 p { color: rgb(128,107,188); }

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

<style>
 a { background-color: #806BBC; }

 a { background-color: rgb(128,107,188); }

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

<style>
 span { border-color: #806BBC; }

 span { border-color: rgb(128,107,188); }

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