Html Css Color HEX #826DBE True V

📋 copy color: '#826DBE'

red 130 ◦ green 109 ◦ blue 190

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

Shades of True V #826DBE

Tints of True V #826DBE

RGB

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

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

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

R = 30.3%
G = 25.41%
B = 44.29%

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

#826DBE (or 0x826DBE) is known color: True V. HEX triplet: 82, 6D and BE. RGB value is (130,109,190). Sum of RGB (Red+Green+Blue) = 130+109+190=429 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.30% from 429); Green value is 109 (42.97% from 255 or 25.41% from 429); Blue value is 190 (74.61% from 255 or 44.29% from 429); Max value from RGB is 190 - color contains mainly: blue. Hex color #826DBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #826DBE is #7D9241. Grayscale: #7C7C7C. Windows color (decimal): -8229442 or 12479874. OLE color: 12479874.

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

Color convert

RGB 130 109 190 -
CMYK 0.32 0.43 0 0.25
HSL 255.56º 0.38% 0.59% -
HSV(B) 255.56º 0.43% 0.75% -
XYZ 23.97 19.4 51.2 -
YUV 124.51 164.96 131.91 -
System Red Green Blue C M Y K H S L
Decimal 130 109 190 0.32 0.43 0 0.25 255.56 0.38 0.59
Hex 82 6D BE 20 2B 0 19 100 26 3B
Octal 202 155 276 40 53 0 31 400 46 73
Binary 10000010 1101101 10111110 100000 101011 0 11001 100000000 100110 111011

Color Harmonies of #826DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826DBE

Black with #826DBE

Text Example


Text Example

White with #826DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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