Html Css Color HEX #826DBA True V

📋 copy color: '#826DBA'

red 130 ◦ green 109 ◦ blue 186

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

Shades of True V #826DBA

Tints of True V #826DBA

RGB

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

 GREEN value IS 109 (42.97% from 255) = 25.65%

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

R = 30.59%
G = 25.65%
B = 43.76%

CMYK

 C value IS 0.30

 M value IS 0.41

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#826DBA (or 0x826DBA) is known color: True V. HEX triplet: 82, 6D and BA. RGB value is (130,109,186). Sum of RGB (Red+Green+Blue) = 130+109+186=425 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.59% from 425); Green value is 109 (42.97% from 255 or 25.65% from 425); Blue value is 186 (73.05% from 255 or 43.76% from 425); Max value from RGB is 186 - color contains mainly: blue. Hex color #826DBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #826DBA is #7D9245. Grayscale: #7B7B7B. Windows color (decimal): -8229446 or 12217730. OLE color: 12217730.

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

Color convert

RGB 130 109 186 -
CMYK 0.30 0.41 0 0.27
HSL 256.36º 0.36% 0.58% -
HSV(B) 256.36º 0.41% 0.73% -
XYZ 23.54 19.23 48.93 -
YUV 124.06 162.96 132.24 -
System Red Green Blue C M Y K H S L
Decimal 130 109 186 0.30 0.41 0 0.27 256.36 0.36 0.58
Hex 82 6D BA 1E 29 0 1B 100 24 3A
Octal 202 155 272 36 51 0 33 400 44 72
Binary 10000010 1101101 10111010 11110 101001 0 11011 100000000 100100 111010

Color Harmonies of #826DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826DBA

Black with #826DBA

Text Example


Text Example

White with #826DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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