Html Css Color HEX #826CBB True V

📋 copy color: '#826CBB'

red 130 ◦ green 108 ◦ blue 187

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

Shades of True V #826CBB

Tints of True V #826CBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 44%

R = 30.59%
G = 25.41%
B = 44%

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

#826CBB (or 0x826CBB) is known color: True V. HEX triplet: 82, 6C and BB. RGB value is (130,108,187). Sum of RGB (Red+Green+Blue) = 130+108+187=425 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.59% from 425); Green value is 108 (42.58% from 255 or 25.41% from 425); Blue value is 187 (73.44% from 255 or 44% from 425); Max value from RGB is 187 - color contains mainly: blue. Hex color #826CBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #826CBB is #7D9344. Grayscale: #7B7B7B. Windows color (decimal): -8229701 or 12283010. OLE color: 12283010.

HSL color Cylindrical-coordinate representation of color #826CBB: hue angle of 256.71º degrees, saturation: 0.37, 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 #826CBB is Cyan = 0.30, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 130 108 187 -
CMYK 0.30 0.42 0 0.27
HSL 256.71º 0.37% 0.58% -
HSV(B) 256.71º 0.42% 0.73% -
XYZ 23.54 19.06 49.45 -
YUV 123.58 163.79 132.58 -
System Red Green Blue C M Y K H S L
Decimal 130 108 187 0.30 0.42 0 0.27 256.71 0.37 0.58
Hex 82 6C BB 1E 2A 0 1B 101 25 3A
Octal 202 154 273 36 52 0 33 401 45 72
Binary 10000010 1101100 10111011 11110 101010 0 11011 100000001 100101 111010

Color Harmonies of #826CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826CBB

Black with #826CBB

Text Example


Text Example

White with #826CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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