#826EBC

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

Shades of True V #826EBC

Tints of True V #826EBC

Color information

#826EBC (or 0x826EBC) is unknown color: approx True V. HEX triplet: 82, 6E and BC. RGB value is (130,110,188). Sum of RGB (Red+Green+Blue) = 130+110+188=428 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.37% from 428); Green value is 110 (43.36% from 255 or 25.70% from 428); Blue value is 188 (73.83% from 255 or 43.93% from 428); Max value from RGB is 188 - color contains mainly: blue. Hex color #826EBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #826EBC is #7D9143. Grayscale: #7C7C7C. Windows color (decimal): -8229188 or 12349058. OLE color: 12349058.

HSL color Cylindrical-coordinate representation of color #826EBC: hue angle of 255.38º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #826EBC is Cyan = 0.31, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB130110188-
CMYK0.310.4100.26
HSL255.38º36.79%58.43%-
HSV(B)255.38º41.49%73.73%-
XYZ23.8619.5350.09-
YUV124.87163.63131.66-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 30.37%
GREEN value IS 110 (43.36% from 255) = 25.70%
BLUE value IS 188 (73.83% from 255) = 43.93%
R=30.37%
G=25.70%
B=43.93%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1301101880.310.4100.26255.3836.7958.43
Hex826EBC1F2901Aff253a
Octal20215627437510323774572
Binary100000101101110101111001111110100101101011111111100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,110,188); }

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

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

 a { background-color: rgb(130,110,188); }

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

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

 span { border-color: rgb(130,110,188); }

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