Html Css Color HEX #819ED8 Portage

📋 copy color: '#819ED8'

red 129 ◦ green 158 ◦ blue 216

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

Shades of Portage #819ED8

Tints of Portage #819ED8

RGB

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

 GREEN value IS 158 (62.11% from 255) = 31.41%

 BLUE value IS 216 (84.77% from 255) = 42.94%

R = 25.65%
G = 31.41%
B = 42.94%

CMYK

 C value IS 0.40

 M value IS 0.27

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#819ED8 (or 0x819ED8) is known color: Portage. HEX triplet: 81, 9E and D8. RGB value is (129,158,216). Sum of RGB (Red+Green+Blue) = 129+158+216=503 (66% of max value = 765). Red value is 129 (50.78% from 255 or 25.65% from 503); Green value is 158 (62.11% from 255 or 31.41% from 503); Blue value is 216 (84.77% from 255 or 42.94% from 503); Max value from RGB is 216 - color contains mainly: blue. Hex color #819ED8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #819ED8 is #7E6127. Grayscale: #9B9B9B. Windows color (decimal): -8282408 or 14196353. OLE color: 14196353.

HSL color Cylindrical-coordinate representation of color #819ED8: hue angle of 220º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #819ED8 is Cyan = 0.40, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 129 158 216 -
CMYK 0.40 0.27 0 0.15
HSL 220º 0.53% 0.68% -
HSV(B) 220º 0.4% 0.85% -
XYZ 33.67 34.08 69.77 -
YUV 155.94 161.89 108.78 -
System Red Green Blue C M Y K H S L
Decimal 129 158 216 0.40 0.27 0 0.15 220 0.53 0.68
Hex 81 9E D8 28 1B 0 F DC 35 44
Octal 201 236 330 50 33 0 17 334 65 104
Binary 10000001 10011110 11011000 101000 11011 0 1111 11011100 110101 1000100

Color Harmonies of #819ED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #819ED8

Black with #819ED8

Text Example


Text Example

White with #819ED8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,158,216); }

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

background-color css

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

 a { background-color: rgb(129,158,216); }

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

border-color css

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

 span { border-color: rgb(129,158,216); }

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