Html Css Color HEX #826DBD True V

📋 copy color: '#826DBD'

red 130 ◦ green 109 ◦ blue 189

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

Shades of True V #826DBD

Tints of True V #826DBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 44.16%

R = 30.37%
G = 25.47%
B = 44.16%

CMYK

 C value IS 0.31

 M value IS 0.42

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#826DBD (or 0x826DBD) is known color: True V. HEX triplet: 82, 6D and BD. RGB value is (130,109,189). Sum of RGB (Red+Green+Blue) = 130+109+189=428 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.37% from 428); Green value is 109 (42.97% from 255 or 25.47% from 428); Blue value is 189 (74.22% from 255 or 44.16% from 428); Max value from RGB is 189 - color contains mainly: blue. Hex color #826DBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #826DBD is #7D9242. Grayscale: #7C7C7C. Windows color (decimal): -8229443 or 12414338. OLE color: 12414338.

HSL color Cylindrical-coordinate representation of color #826DBD: hue angle of 255.75º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #826DBD is Cyan = 0.31, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 130 109 189 -
CMYK 0.31 0.42 0 0.26
HSL 255.75º 0.38% 0.58% -
HSV(B) 255.75º 0.42% 0.74% -
XYZ 23.86 19.36 50.62 -
YUV 124.4 164.46 132 -
System Red Green Blue C M Y K H S L
Decimal 130 109 189 0.31 0.42 0 0.26 255.75 0.38 0.58
Hex 82 6D BD 1F 2A 0 1A 100 26 3A
Octal 202 155 275 37 52 0 32 400 46 72
Binary 10000010 1101101 10111101 11111 101010 0 11010 100000000 100110 111010

Color Harmonies of #826DBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826DBD

Black with #826DBD

Text Example


Text Example

White with #826DBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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