#826CBF

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

Shades of True V #826CBF

Tints of True V #826CBF

Color information

#826CBF (or 0x826CBF) is unknown color: approx True V. HEX triplet: 82, 6C and BF. RGB value is (130,108,191). Sum of RGB (Red+Green+Blue) = 130+108+191=429 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.30% from 429); Green value is 108 (42.58% from 255 or 25.17% from 429); Blue value is 191 (75% from 255 or 44.52% from 429); Max value from RGB is 191 - color contains mainly: blue. Hex color #826CBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #826CBF is #7D9340. Grayscale: #7B7B7B. Windows color (decimal): -8229697 or 12545154. OLE color: 12545154.

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

Color convert

RGB130108191-
CMYK0.320.4300.25
HSL255.9º39.34%58.63%-
HSV(B)255.9º43.46%74.9%-
XYZ23.9719.2351.74-
YUV124.04165.79132.25-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 30.30%
GREEN value IS 108 (42.58% from 255) = 25.17%
BLUE value IS 191 (75% from 255) = 44.52%
R=30.30%
G=25.17%
B=44.52%

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
Decimal1301081910.320.4300.25255.939.3458.63
Hex826CBF202B019100273b
Octal20215427740530314004773
Binary10000010110110010111111100000101011011001100000000100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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