#815ACD

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

Shades of True V #815ACD

Tints of True V #815ACD

Color information

#815ACD (or 0x815ACD) is unknown color: approx True V. HEX triplet: 81, 5A and CD. RGB value is (129,90,205). Sum of RGB (Red+Green+Blue) = 129+90+205=424 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.42% from 424); Green value is 90 (35.55% from 255 or 21.23% from 424); Blue value is 205 (80.47% from 255 or 48.35% from 424); Max value from RGB is 205 - color contains mainly: blue. Hex color #815ACD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #815ACD is #7EA532. Grayscale: #727272. Windows color (decimal): -8299827 or 13458049. OLE color: 13458049.

HSL color Cylindrical-coordinate representation of color #815ACD: hue angle of 260.35º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #815ACD is Cyan = 0.37, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB12990205-
CMYK0.370.5600.20
HSL260.35º53.49%57.84%-
HSV(B)260.35º56.1%80.39%-
XYZ23.7316.3959.67-
YUV114.77178.92138.15-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 30.42%
GREEN value IS 90 (35.55% from 255) = 21.23%
BLUE value IS 205 (80.47% from 255) = 48.35%
R=30.42%
G=21.23%
B=48.35%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal129902050.370.5600.20260.3553.4957.84
Hex815ACD2538014104353a
Octal20113231545700244046572
Binary10000001101101011001101100101111000010100100000100110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,90,205); }

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

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

 a { background-color: rgb(129,90,205); }

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

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

 span { border-color: rgb(129,90,205); }

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