Html Css Color HEX #829ACE Portage

📋 copy color: '#829ACE'

red 130 ◦ green 154 ◦ blue 206

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

Shades of Portage #829ACE

Tints of Portage #829ACE

RGB

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

 GREEN value IS 154 (60.55% from 255) = 31.43%

 BLUE value IS 206 (80.86% from 255) = 42.04%

R = 26.53%
G = 31.43%
B = 42.04%

CMYK

 C value IS 0.37

 M value IS 0.25

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#829ACE (or 0x829ACE) is known color: Portage. HEX triplet: 82, 9A and CE. RGB value is (130,154,206). Sum of RGB (Red+Green+Blue) = 130+154+206=490 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.53% from 490); Green value is 154 (60.55% from 255 or 31.43% from 490); Blue value is 206 (80.86% from 255 or 42.04% from 490); Max value from RGB is 206 - color contains mainly: blue. Hex color #829ACE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #829ACE is #7D6531. Grayscale: #989898. Windows color (decimal): -8217906 or 13539970. OLE color: 13539970.

HSL color Cylindrical-coordinate representation of color #829ACE: hue angle of 221.05º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #829ACE is Cyan = 0.37, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 130 154 206 -
CMYK 0.37 0.25 0 0.19
HSL 221.05º 0.44% 0.66% -
HSV(B) 221.05º 0.37% 0.81% -
XYZ 31.9 32.31 62.95 -
YUV 152.75 158.05 111.77 -
System Red Green Blue C M Y K H S L
Decimal 130 154 206 0.37 0.25 0 0.19 221.05 0.44 0.66
Hex 82 9A CE 25 19 0 13 DD 2C 42
Octal 202 232 316 45 31 0 23 335 54 102
Binary 10000010 10011010 11001110 100101 11001 0 10011 11011101 101100 1000010

Color Harmonies of #829ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829ACE

Black with #829ACE

Text Example


Text Example

White with #829ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,154,206); }

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

background-color css

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

 a { background-color: rgb(130,154,206); }

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

border-color css

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

 span { border-color: rgb(130,154,206); }

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