Html Css Color HEX #829AD4 Portage

📋 copy color: '#829AD4'

red 130 ◦ green 154 ◦ blue 212

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

Shades of Portage #829AD4

Tints of Portage #829AD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 42.74%

R = 26.21%
G = 31.05%
B = 42.74%

CMYK

 C value IS 0.39

 M value IS 0.27

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#829AD4 (or 0x829AD4) is known color: Portage. HEX triplet: 82, 9A and D4. RGB value is (130,154,212). Sum of RGB (Red+Green+Blue) = 130+154+212=496 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.21% from 496); Green value is 154 (60.55% from 255 or 31.05% from 496); Blue value is 212 (83.20% from 255 or 42.74% from 496); Max value from RGB is 212 - color contains mainly: blue. Hex color #829AD4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #829AD4 is #7D652B. Grayscale: #999999. Windows color (decimal): -8217900 or 13933186. OLE color: 13933186.

HSL color Cylindrical-coordinate representation of color #829AD4: hue angle of 222.44º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #829AD4 is Cyan = 0.39, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 130 154 212 -
CMYK 0.39 0.27 0 0.17
HSL 222.44º 0.49% 0.67% -
HSV(B) 222.44º 0.39% 0.83% -
XYZ 32.65 32.61 66.86 -
YUV 153.44 161.05 111.28 -
System Red Green Blue C M Y K H S L
Decimal 130 154 212 0.39 0.27 0 0.17 222.44 0.49 0.67
Hex 82 9A D4 27 1B 0 11 DE 31 43
Octal 202 232 324 47 33 0 21 336 61 103
Binary 10000010 10011010 11010100 100111 11011 0 10001 11011110 110001 1000011

Color Harmonies of #829AD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829AD4

Black with #829AD4

Text Example


Text Example

White with #829AD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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