Html Css Color HEX #819EDB Portage

📋 copy color: '#819EDB'

red 129 ◦ green 158 ◦ blue 219

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

Shades of Portage #819EDB

Tints of Portage #819EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 43.28%

R = 25.49%
G = 31.23%
B = 43.28%

CMYK

 C value IS 0.41

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#819EDB (or 0x819EDB) is known color: Portage. HEX triplet: 81, 9E and DB. RGB value is (129,158,219). Sum of RGB (Red+Green+Blue) = 129+158+219=506 (67% of max value = 765). Red value is 129 (50.78% from 255 or 25.49% from 506); Green value is 158 (62.11% from 255 or 31.23% from 506); Blue value is 219 (85.94% from 255 or 43.28% from 506); Max value from RGB is 219 - color contains mainly: blue. Hex color #819EDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #819EDB is #7E6124. Grayscale: #9C9C9C. Windows color (decimal): -8282405 or 14392961. OLE color: 14392961.

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

Color convert

RGB 129 158 219 -
CMYK 0.41 0.28 0 0.14
HSL 220.67º 0.56% 0.68% -
HSV(B) 220.67º 0.41% 0.86% -
XYZ 34.07 34.24 71.83 -
YUV 156.28 163.39 108.54 -
System Red Green Blue C M Y K H S L
Decimal 129 158 219 0.41 0.28 0 0.14 220.67 0.56 0.68
Hex 81 9E DB 29 1C 0 E DD 38 44
Octal 201 236 333 51 34 0 16 335 70 104
Binary 10000001 10011110 11011011 101001 11100 0 1110 11011101 111000 1000100

Color Harmonies of #819EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #819EDB

Black with #819EDB

Text Example


Text Example

White with #819EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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