#826ACD

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

Shades of True V #826ACD

Tints of True V #826ACD

Color information

#826ACD (or 0x826ACD) is unknown color: approx True V. HEX triplet: 82, 6A and CD. RGB value is (130,106,205). Sum of RGB (Red+Green+Blue) = 130+106+205=441 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.48% from 441); Green value is 106 (41.80% from 255 or 24.04% from 441); Blue value is 205 (80.47% from 255 or 46.49% from 441); Max value from RGB is 205 - color contains mainly: blue. Hex color #826ACD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #826ACD is #7D9532. Grayscale: #7C7C7C. Windows color (decimal): -8230195 or 13462146. OLE color: 13462146.

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

Color convert

RGB130106205-
CMYK0.370.4800.20
HSL254.55º49.75%60.98%-
HSV(B)254.55º48.29%80.39%-
XYZ25.3819.4660.18-
YUV124.46173.45131.95-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 29.48%
GREEN value IS 106 (41.80% from 255) = 24.04%
BLUE value IS 205 (80.47% from 255) = 46.49%
R=29.48%
G=24.04%
B=46.49%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1301062050.370.4800.20254.5549.7560.98
Hex826ACD2530014ff323d
Octal20215231545600243776275
Binary1000001011010101100110110010111000001010011111111110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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