Html Css Color HEX #829AD7 Portage

📋 copy color: '#829AD7'

red 130 ◦ green 154 ◦ blue 215

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

Shades of Portage #829AD7

Tints of Portage #829AD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 43.09%

R = 26.05%
G = 30.86%
B = 43.09%

CMYK

 C value IS 0.40

 M value IS 0.28

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#829AD7 (or 0x829AD7) is known color: Portage. HEX triplet: 82, 9A and D7. RGB value is (130,154,215). Sum of RGB (Red+Green+Blue) = 130+154+215=499 (66% of max value = 765). Red value is 130 (51.17% from 255 or 26.05% from 499); Green value is 154 (60.55% from 255 or 30.86% from 499); Blue value is 215 (84.38% from 255 or 43.09% from 499); Max value from RGB is 215 - color contains mainly: blue. Hex color #829AD7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #829AD7 is #7D6528. Grayscale: #999999. Windows color (decimal): -8217897 or 14129794. OLE color: 14129794.

HSL color Cylindrical-coordinate representation of color #829AD7: hue angle of 223.06º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #829AD7 is Cyan = 0.40, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 130 154 215 -
CMYK 0.40 0.28 0 0.16
HSL 223.06º 0.52% 0.68% -
HSV(B) 223.06º 0.4% 0.84% -
XYZ 33.03 32.76 68.87 -
YUV 153.78 162.55 111.04 -
System Red Green Blue C M Y K H S L
Decimal 130 154 215 0.40 0.28 0 0.16 223.06 0.52 0.68
Hex 82 9A D7 28 1C 0 10 DF 34 44
Octal 202 232 327 50 34 0 20 337 64 104
Binary 10000010 10011010 11010111 101000 11100 0 10000 11011111 110100 1000100

Color Harmonies of #829AD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829AD7

Black with #829AD7

Text Example


Text Example

White with #829AD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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