#825ACD

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

Shades of True V #825ACD

Tints of True V #825ACD

Color information

#825ACD (or 0x825ACD) is unknown color: approx True V. HEX triplet: 82, 5A and CD. RGB value is (130,90,205). Sum of RGB (Red+Green+Blue) = 130+90+205=425 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.59% from 425); Green value is 90 (35.55% from 255 or 21.18% from 425); Blue value is 205 (80.47% from 255 or 48.24% from 425); Max value from RGB is 205 - color contains mainly: blue. Hex color #825ACD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #825ACD is #7DA532. Grayscale: #727272. Windows color (decimal): -8234291 or 13458050. OLE color: 13458050.

HSL color Cylindrical-coordinate representation of color #825ACD: hue angle of 260.87º 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 #825ACD is Cyan = 0.37, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB13090205-
CMYK0.370.5600.20
HSL260.87º53.49%57.84%-
HSV(B)260.87º56.1%80.39%-
XYZ23.8816.4759.68-
YUV115.07178.75138.65-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 30.59%
GREEN value IS 90 (35.55% from 255) = 21.18%
BLUE value IS 205 (80.47% from 255) = 48.24%
R=30.59%
G=21.18%
B=48.24%

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
Decimal130902050.370.5600.20260.8753.4957.84
Hex825ACD2538014105353a
Octal20213231545700244056572
Binary10000010101101011001101100101111000010100100000101110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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