Html Css Color HEX #826BBE True V

📋 copy color: '#826BBE'

red 130 ◦ green 107 ◦ blue 190

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

Shades of True V #826BBE

Tints of True V #826BBE

RGB

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

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

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

R = 30.44%
G = 25.06%
B = 44.5%

CMYK

 C value IS 0.32

 M value IS 0.44

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#826BBE (or 0x826BBE) is known color: True V. HEX triplet: 82, 6B and BE. RGB value is (130,107,190). Sum of RGB (Red+Green+Blue) = 130+107+190=427 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.44% from 427); Green value is 107 (42.19% from 255 or 25.06% from 427); Blue value is 190 (74.61% from 255 or 44.50% from 427); Max value from RGB is 190 - color contains mainly: blue. Hex color #826BBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #826BBE is #7D9441. Grayscale: #7B7B7B. Windows color (decimal): -8229954 or 12479362. OLE color: 12479362.

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

Color convert

RGB 130 107 190 -
CMYK 0.32 0.44 0 0.25
HSL 256.63º 0.39% 0.58% -
HSV(B) 256.63º 0.44% 0.75% -
XYZ 23.76 18.98 51.13 -
YUV 123.34 165.62 132.75 -
System Red Green Blue C M Y K H S L
Decimal 130 107 190 0.32 0.44 0 0.25 256.63 0.39 0.58
Hex 82 6B BE 20 2C 0 19 101 27 3A
Octal 202 153 276 40 54 0 31 401 47 72
Binary 10000010 1101011 10111110 100000 101100 0 11001 100000001 100111 111010

Color Harmonies of #826BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826BBE

Black with #826BBE

Text Example


Text Example

White with #826BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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