Html Css Color HEX #819DD9 Portage

📋 copy color: '#819DD9'

red 129 ◦ green 157 ◦ blue 217

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

Shades of Portage #819DD9

Tints of Portage #819DD9

RGB

 RED value IS 129 (50.78% from 255) = 25.65%

 GREEN value IS 157 (61.72% from 255) = 31.21%

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

R = 25.65%
G = 31.21%
B = 43.14%

CMYK

 C value IS 0.41

 M value IS 0.28

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#819DD9 (or 0x819DD9) is known color: Portage. HEX triplet: 81, 9D and D9. RGB value is (129,157,217). Sum of RGB (Red+Green+Blue) = 129+157+217=503 (66% of max value = 765). Red value is 129 (50.78% from 255 or 25.65% from 503); Green value is 157 (61.72% from 255 or 31.21% from 503); Blue value is 217 (85.16% from 255 or 43.14% from 503); Max value from RGB is 217 - color contains mainly: blue. Hex color #819DD9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #819DD9 is #7E6226. Grayscale: #9B9B9B. Windows color (decimal): -8282663 or 14261633. OLE color: 14261633.

HSL color Cylindrical-coordinate representation of color #819DD9: hue angle of 220.91º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #819DD9 is Cyan = 0.41, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 129 157 217 -
CMYK 0.41 0.28 0 0.15
HSL 220.91º 0.54% 0.68% -
HSV(B) 220.91º 0.41% 0.85% -
XYZ 33.63 33.79 70.4 -
YUV 155.47 162.72 109.12 -
System Red Green Blue C M Y K H S L
Decimal 129 157 217 0.41 0.28 0 0.15 220.91 0.54 0.68
Hex 81 9D D9 29 1C 0 F DD 36 44
Octal 201 235 331 51 34 0 17 335 66 104
Binary 10000001 10011101 11011001 101001 11100 0 1111 11011101 110110 1000100

Color Harmonies of #819DD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #819DD9

Black with #819DD9

Text Example


Text Example

White with #819DD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #819DD9; }

 p { color: rgb(129,157,217); }

 H1.HeaderClassName
 {
   color: #819DD9;
 }
 .AnyTagClassName
 {
   color: #819DD9;
 }
</style>

background-color css

<style>
 a { background-color: #819DD9; }

 a { background-color: rgb(129,157,217); }

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

border-color css

<style>
 span { border-color: #819DD9; }

 span { border-color: rgb(129,157,217); }

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