Html Css Color HEX #826ABA True V

📋 copy color: '#826ABA'

red 130 ◦ green 106 ◦ blue 186

#826ABA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of True V #826ABA

Tints of True V #826ABA

RGB

 RED value IS 130 (51.17% from 255) = 30.81%

 GREEN value IS 106 (41.8% from 255) = 25.12%

 BLUE value IS 186 (73.05% from 255) = 44.08%

R = 30.81%
G = 25.12%
B = 44.08%

CMYK

 C value IS 0.30

 M value IS 0.43

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#826ABA (or 0x826ABA) is known color: True V. HEX triplet: 82, 6A and BA. RGB value is (130,106,186). Sum of RGB (Red+Green+Blue) = 130+106+186=422 (55% of max value = 765). Red value is 130 (51.17% from 255 or 30.81% from 422); Green value is 106 (41.80% from 255 or 25.12% from 422); Blue value is 186 (73.05% from 255 or 44.08% from 422); Max value from RGB is 186 - color contains mainly: blue. Hex color #826ABA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #826ABA is #7D9545. Grayscale: #7A7A7A. Windows color (decimal): -8230214 or 12216962. OLE color: 12216962.

HSL color Cylindrical-coordinate representation of color #826ABA: hue angle of 258º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #826ABA is Cyan = 0.30, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 130 106 186 -
CMYK 0.30 0.43 0 0.27
HSL 258º 0.37% 0.57% -
HSV(B) 258º 0.43% 0.73% -
XYZ 23.22 18.6 48.82 -
YUV 122.3 163.95 133.5 -
System Red Green Blue C M Y K H S L
Decimal 130 106 186 0.30 0.43 0 0.27 258 0.37 0.57
Hex 82 6A BA 1E 2B 0 1B 102 25 39
Octal 202 152 272 36 53 0 33 402 45 71
Binary 10000010 1101010 10111010 11110 101011 0 11011 100000010 100101 111001

Color Harmonies of #826ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826ABA

Black with #826ABA

Text Example


Text Example

White with #826ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #826ABA;
 }
 .AnyTagClassName
 {
   color: #826ABA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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