#826ACA

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

Shades of True V #826ACA

Tints of True V #826ACA

Color information

#826ACA (or 0x826ACA) is unknown color: approx True V. HEX triplet: 82, 6A and CA. RGB value is (130,106,202). Sum of RGB (Red+Green+Blue) = 130+106+202=438 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.68% from 438); Green value is 106 (41.80% from 255 or 24.20% from 438); Blue value is 202 (79.30% from 255 or 46.12% from 438); Max value from RGB is 202 - color contains mainly: blue. Hex color #826ACA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #826ACA is #7D9535. Grayscale: #7B7B7B. Windows color (decimal): -8230198 or 13265538. OLE color: 13265538.

HSL color Cylindrical-coordinate representation of color #826ACA: hue angle of 255º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #826ACA is Cyan = 0.36, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB130106202-
CMYK0.360.4800.21
HSL255º47.52%60.39%-
HSV(B)255º47.52%79.22%-
XYZ25.0219.3258.29-
YUV124.12171.95132.19-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 29.68%
GREEN value IS 106 (41.80% from 255) = 24.20%
BLUE value IS 202 (79.30% from 255) = 46.12%
R=29.68%
G=24.20%
B=46.12%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1301062020.360.4800.2125547.5260.39
Hex826ACA2430015ff303c
Octal20215231244600253776074
Binary1000001011010101100101010010011000001010111111111110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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