#815DBF

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

Shades of True V #815DBF

Tints of True V #815DBF

Color information

#815DBF (or 0x815DBF) is unknown color: approx True V. HEX triplet: 81, 5D and BF. RGB value is (129,93,191). Sum of RGB (Red+Green+Blue) = 129+93+191=413 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.23% from 413); Green value is 93 (36.72% from 255 or 22.52% from 413); Blue value is 191 (75% from 255 or 46.25% from 413); Max value from RGB is 191 - color contains mainly: blue. Hex color #815DBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #815DBF is #7EA240. Grayscale: #727272. Windows color (decimal): -8299073 or 12541313. OLE color: 12541313.

HSL color Cylindrical-coordinate representation of color #815DBF: hue angle of 262.04º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #815DBF is Cyan = 0.32, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB12993191-
CMYK0.320.5100.25
HSL262.04º43.36%55.69%-
HSV(B)262.04º51.31%74.9%-
XYZ22.3716.2651.25-
YUV114.94170.93138.03-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 31.23%
GREEN value IS 93 (36.72% from 255) = 22.52%
BLUE value IS 191 (75% from 255) = 46.25%
R=31.23%
G=22.52%
B=46.25%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal129931910.320.5100.25262.0443.3655.69
Hex815DBF20330191062b38
Octal20113527740630314065370
Binary10000001101110110111111100000110011011001100000110101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #815DBF; }

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

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

<style>
 a { background-color: #815DBF; }

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

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

<style>
 span { border-color: #815DBF; }

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

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