#826CBE

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

Shades of True V #826CBE

Tints of True V #826CBE

Color information

#826CBE (or 0x826CBE) is unknown color: approx True V. HEX triplet: 82, 6C and BE. RGB value is (130,108,190). Sum of RGB (Red+Green+Blue) = 130+108+190=428 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.37% from 428); Green value is 108 (42.58% from 255 or 25.23% from 428); Blue value is 190 (74.61% from 255 or 44.39% from 428); Max value from RGB is 190 - color contains mainly: blue. Hex color #826CBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #826CBE is #7D9341. Grayscale: #7B7B7B. Windows color (decimal): -8229698 or 12479618. OLE color: 12479618.

HSL color Cylindrical-coordinate representation of color #826CBE: hue angle of 256.1º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #826CBE is Cyan = 0.32, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB130108190-
CMYK0.320.4300.25
HSL256.1º38.68%58.43%-
HSV(B)256.1º43.16%74.51%-
XYZ23.8619.1951.16-
YUV123.93165.29132.33-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 30.37%
GREEN value IS 108 (42.58% from 255) = 25.23%
BLUE value IS 190 (74.61% from 255) = 44.39%
R=30.37%
G=25.23%
B=44.39%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1301081900.320.4300.25256.138.6858.43
Hex826CBE202B019100273a
Octal20215427640530314004772
Binary10000010110110010111110100000101011011001100000000100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,108,190); }

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

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

 a { background-color: rgb(130,108,190); }

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

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

 span { border-color: rgb(130,108,190); }

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