#816BBF

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

Shades of True V #816BBF

Tints of True V #816BBF

Color information

#816BBF (or 0x816BBF) is unknown color: approx True V. HEX triplet: 81, 6B and BF. RGB value is (129,107,191). Sum of RGB (Red+Green+Blue) = 129+107+191=427 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.21% from 427); Green value is 107 (42.19% from 255 or 25.06% from 427); Blue value is 191 (75% from 255 or 44.73% from 427); Max value from RGB is 191 - color contains mainly: blue. Hex color #816BBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #816BBF is #7E9440. Grayscale: #7A7A7A. Windows color (decimal): -8295489 or 12544897. OLE color: 12544897.

HSL color Cylindrical-coordinate representation of color #816BBF: hue angle of 255.71º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #816BBF is Cyan = 0.32, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB129107191-
CMYK0.320.4400.25
HSL255.71º39.62%58.43%-
HSV(B)255.71º43.98%74.9%-
XYZ23.7118.9451.7-
YUV123.15166.29132.17-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 30.21%
GREEN value IS 107 (42.19% from 255) = 25.06%
BLUE value IS 191 (75% from 255) = 44.73%
R=30.21%
G=25.06%
B=44.73%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1291071910.320.4400.25255.7139.6258.43
Hex816BBF202C019100283a
Octal20115327740540314005072
Binary10000001110101110111111100000101100011001100000000101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816BBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #816BBF; }

 p { color: rgb(129,107,191); }

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

<style>
 a { background-color: #816BBF; }

 a { background-color: rgb(129,107,191); }

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

<style>
 span { border-color: #816BBF; }

 span { border-color: rgb(129,107,191); }

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