#826ACC

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

Shades of True V #826ACC

Tints of True V #826ACC

Color information

#826ACC (or 0x826ACC) is unknown color: approx True V. HEX triplet: 82, 6A and CC. RGB value is (130,106,204). Sum of RGB (Red+Green+Blue) = 130+106+204=440 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.55% from 440); Green value is 106 (41.80% from 255 or 24.09% from 440); Blue value is 204 (80.08% from 255 or 46.36% from 440); Max value from RGB is 204 - color contains mainly: blue. Hex color #826ACC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #826ACC is #7D9533. Grayscale: #7B7B7B. Windows color (decimal): -8230196 or 13396610. OLE color: 13396610.

HSL color Cylindrical-coordinate representation of color #826ACC: hue angle of 254.69º degrees, saturation: 0.49, 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 #826ACC is Cyan = 0.36, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB130106204-
CMYK0.360.4800.2
HSL254.69º49%60.78%-
HSV(B)254.69º48.04%80%-
XYZ25.2619.4159.54-
YUV124.35172.95132.03-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 29.55%
GREEN value IS 106 (41.80% from 255) = 24.09%
BLUE value IS 204 (80.08% from 255) = 46.36%
R=29.55%
G=24.09%
B=46.36%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1301062040.360.4800.2254.694960.78
Hex826ACC2430014ff313d
Octal20215231444600243776175
Binary1000001011010101100110010010011000001010011111111110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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