Html Css Color HEX #829AD5 Portage

📋 copy color: '#829AD5'

red 130 ◦ green 154 ◦ blue 213

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

Shades of Portage #829AD5

Tints of Portage #829AD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 42.86%

R = 26.16%
G = 30.99%
B = 42.86%

CMYK

 C value IS 0.39

 M value IS 0.28

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#829AD5 (or 0x829AD5) is known color: Portage. HEX triplet: 82, 9A and D5. RGB value is (130,154,213). Sum of RGB (Red+Green+Blue) = 130+154+213=497 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.16% from 497); Green value is 154 (60.55% from 255 or 30.99% from 497); Blue value is 213 (83.59% from 255 or 42.86% from 497); Max value from RGB is 213 - color contains mainly: blue. Hex color #829AD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #829AD5 is #7D652A. Grayscale: #999999. Windows color (decimal): -8217899 or 13998722. OLE color: 13998722.

HSL color Cylindrical-coordinate representation of color #829AD5: hue angle of 222.65º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #829AD5 is Cyan = 0.39, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 130 154 213 -
CMYK 0.39 0.28 0 0.16
HSL 222.65º 0.5% 0.67% -
HSV(B) 222.65º 0.39% 0.84% -
XYZ 32.77 32.66 67.53 -
YUV 153.55 161.55 111.2 -
System Red Green Blue C M Y K H S L
Decimal 130 154 213 0.39 0.28 0 0.16 222.65 0.5 0.67
Hex 82 9A D5 27 1C 0 10 DF 32 43
Octal 202 232 325 47 34 0 20 337 62 103
Binary 10000010 10011010 11010101 100111 11100 0 10000 11011111 110010 1000011

Color Harmonies of #829AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829AD5

Black with #829AD5

Text Example


Text Example

White with #829AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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