Html Css Color HEX #819EDA Portage

📋 copy color: '#819EDA'

red 129 ◦ green 158 ◦ blue 218

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

Shades of Portage #819EDA

Tints of Portage #819EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 43.17%

R = 25.54%
G = 31.29%
B = 43.17%

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

#819EDA (or 0x819EDA) is known color: Portage. HEX triplet: 81, 9E and DA. RGB value is (129,158,218). Sum of RGB (Red+Green+Blue) = 129+158+218=505 (66% of max value = 765). Red value is 129 (50.78% from 255 or 25.54% from 505); Green value is 158 (62.11% from 255 or 31.29% from 505); Blue value is 218 (85.55% from 255 or 43.17% from 505); Max value from RGB is 218 - color contains mainly: blue. Hex color #819EDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #819EDA is #7E6125. Grayscale: #9B9B9B. Windows color (decimal): -8282406 or 14327425. OLE color: 14327425.

HSL color Cylindrical-coordinate representation of color #819EDA: hue angle of 220.45º degrees, saturation: 0.55, 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 #819EDA is Cyan = 0.41, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 129 158 218 -
CMYK 0.41 0.28 0 0.15
HSL 220.45º 0.55% 0.68% -
HSV(B) 220.45º 0.41% 0.85% -
XYZ 33.94 34.18 71.14 -
YUV 156.17 162.89 108.62 -
System Red Green Blue C M Y K H S L
Decimal 129 158 218 0.41 0.28 0 0.15 220.45 0.55 0.68
Hex 81 9E DA 29 1C 0 F DC 37 44
Octal 201 236 332 51 34 0 17 334 67 104
Binary 10000001 10011110 11011010 101001 11100 0 1111 11011100 110111 1000100

Color Harmonies of #819EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #819EDA

Black with #819EDA

Text Example


Text Example

White with #819EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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