Html Css Color HEX #826BBA True V

📋 copy color: '#826BBA'

red 130 ◦ green 107 ◦ blue 186

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

Shades of True V #826BBA

Tints of True V #826BBA

RGB

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

 GREEN value IS 107 (42.19% from 255) = 25.3%

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

R = 30.73%
G = 25.3%
B = 43.97%

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

#826BBA (or 0x826BBA) is known color: True V. HEX triplet: 82, 6B and BA. RGB value is (130,107,186). Sum of RGB (Red+Green+Blue) = 130+107+186=423 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.73% from 423); Green value is 107 (42.19% from 255 or 25.30% from 423); Blue value is 186 (73.05% from 255 or 43.97% from 423); Max value from RGB is 186 - color contains mainly: blue. Hex color #826BBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #826BBA is #7D9445. Grayscale: #7A7A7A. Windows color (decimal): -8229958 or 12217218. OLE color: 12217218.

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

Color convert

RGB 130 107 186 -
CMYK 0.30 0.42 0 0.27
HSL 257.47º 0.36% 0.57% -
HSV(B) 257.47º 0.42% 0.73% -
XYZ 23.33 18.81 48.85 -
YUV 122.88 163.62 133.08 -
System Red Green Blue C M Y K H S L
Decimal 130 107 186 0.30 0.42 0 0.27 257.47 0.36 0.57
Hex 82 6B BA 1E 2A 0 1B 101 24 39
Octal 202 153 272 36 52 0 33 401 44 71
Binary 10000010 1101011 10111010 11110 101010 0 11011 100000001 100100 111001

Color Harmonies of #826BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826BBA

Black with #826BBA

Text Example


Text Example

White with #826BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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