Html Css Color HEX #829ED9 Portage

📋 copy color: '#829ED9'

red 130 ◦ green 158 ◦ blue 217

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

Shades of Portage #829ED9

Tints of Portage #829ED9

RGB

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

 GREEN value IS 158 (62.11% from 255) = 31.29%

 BLUE value IS 217 (85.16% from 255) = 42.97%

R = 25.74%
G = 31.29%
B = 42.97%

CMYK

 C value IS 0.40

 M value IS 0.27

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#829ED9 (or 0x829ED9) is known color: Portage. HEX triplet: 82, 9E and D9. RGB value is (130,158,217). Sum of RGB (Red+Green+Blue) = 130+158+217=505 (66% of max value = 765). Red value is 130 (51.17% from 255 or 25.74% from 505); Green value is 158 (62.11% from 255 or 31.29% from 505); Blue value is 217 (85.16% from 255 or 42.97% from 505); Max value from RGB is 217 - color contains mainly: blue. Hex color #829ED9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #829ED9 is #7D6126. Grayscale: #9C9C9C. Windows color (decimal): -8216871 or 14261890. OLE color: 14261890.

HSL color Cylindrical-coordinate representation of color #829ED9: hue angle of 220.69º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #829ED9 is Cyan = 0.40, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 130 158 217 -
CMYK 0.40 0.27 0 0.15
HSL 220.69º 0.53% 0.68% -
HSV(B) 220.69º 0.4% 0.85% -
XYZ 33.96 34.21 70.46 -
YUV 156.35 162.22 109.2 -
System Red Green Blue C M Y K H S L
Decimal 130 158 217 0.40 0.27 0 0.15 220.69 0.53 0.68
Hex 82 9E D9 28 1B 0 F DD 35 44
Octal 202 236 331 50 33 0 17 335 65 104
Binary 10000010 10011110 11011001 101000 11011 0 1111 11011101 110101 1000100

Color Harmonies of #829ED9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829ED9

Black with #829ED9

Text Example


Text Example

White with #829ED9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829ED9; }

 p { color: rgb(130,158,217); }

 H1.HeaderClassName
 {
   color: #829ED9;
 }
 .AnyTagClassName
 {
   color: #829ED9;
 }
</style>

background-color css

<style>
 a { background-color: #829ED9; }

 a { background-color: rgb(130,158,217); }

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

border-color css

<style>
 span { border-color: #829ED9; }

 span { border-color: rgb(130,158,217); }

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