Html Css Color HEX #826CBA True V

📋 copy color: '#826CBA'

red 130 ◦ green 108 ◦ blue 186

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

Shades of True V #826CBA

Tints of True V #826CBA

RGB

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

 GREEN value IS 108 (42.58% from 255) = 25.47%

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

R = 30.66%
G = 25.47%
B = 43.87%

CMYK

 C value IS 0.30

 M value IS 0.42

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#826CBA (or 0x826CBA) is known color: True V. HEX triplet: 82, 6C and BA. RGB value is (130,108,186). Sum of RGB (Red+Green+Blue) = 130+108+186=424 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.66% from 424); Green value is 108 (42.58% from 255 or 25.47% from 424); Blue value is 186 (73.05% from 255 or 43.87% from 424); Max value from RGB is 186 - color contains mainly: blue. Hex color #826CBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #826CBA is #7D9345. Grayscale: #7B7B7B. Windows color (decimal): -8229702 or 12217474. OLE color: 12217474.

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

Color convert

RGB 130 108 186 -
CMYK 0.30 0.42 0 0.27
HSL 256.92º 0.36% 0.58% -
HSV(B) 256.92º 0.42% 0.73% -
XYZ 23.43 19.02 48.89 -
YUV 123.47 163.29 132.66 -
System Red Green Blue C M Y K H S L
Decimal 130 108 186 0.30 0.42 0 0.27 256.92 0.36 0.58
Hex 82 6C BA 1E 2A 0 1B 101 24 3A
Octal 202 154 272 36 52 0 33 401 44 72
Binary 10000010 1101100 10111010 11110 101010 0 11011 100000001 100100 111010

Color Harmonies of #826CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826CBA

Black with #826CBA

Text Example


Text Example

White with #826CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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