Html Css Color HEX #826CBE True V

📋 copy color: '#826CBE'

red 130 ◦ green 108 ◦ blue 190

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

Shades of True V #826CBE

Tints of True V #826CBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 44.39%

R = 30.37%
G = 25.23%
B = 44.39%

CMYK

 C value IS 0.32

 M value IS 0.43

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#826CBE (or 0x826CBE) is known color: True V. HEX triplet: 82, 6C and BE. RGB value is (130,108,190). Sum of RGB (Red+Green+Blue) = 130+108+190=428 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.37% from 428); Green value is 108 (42.58% from 255 or 25.23% from 428); Blue value is 190 (74.61% from 255 or 44.39% from 428); Max value from RGB is 190 - color contains mainly: blue. Hex color #826CBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #826CBE is #7D9341. Grayscale: #7B7B7B. Windows color (decimal): -8229698 or 12479618. OLE color: 12479618.

HSL color Cylindrical-coordinate representation of color #826CBE: hue angle of 256.1º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #826CBE is Cyan = 0.32, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 130 108 190 -
CMYK 0.32 0.43 0 0.25
HSL 256.1º 0.39% 0.58% -
HSV(B) 256.1º 0.43% 0.75% -
XYZ 23.86 19.19 51.16 -
YUV 123.93 165.29 132.33 -
System Red Green Blue C M Y K H S L
Decimal 130 108 190 0.32 0.43 0 0.25 256.1 0.39 0.58
Hex 82 6C BE 20 2B 0 19 100 27 3A
Octal 202 154 276 40 53 0 31 400 47 72
Binary 10000010 1101100 10111110 100000 101011 0 11001 100000000 100111 111010

Color Harmonies of #826CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826CBE

Black with #826CBE

Text Example


Text Example

White with #826CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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