Html Css Color HEX #819BDB Portage

📋 copy color: '#819BDB'

red 129 ◦ green 155 ◦ blue 219

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

Shades of Portage #819BDB

Tints of Portage #819BDB

RGB

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

 GREEN value IS 155 (60.94% from 255) = 30.82%

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

R = 25.65%
G = 30.82%
B = 43.54%

CMYK

 C value IS 0.41

 M value IS 0.29

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#819BDB (or 0x819BDB) is known color: Portage. HEX triplet: 81, 9B and DB. RGB value is (129,155,219). Sum of RGB (Red+Green+Blue) = 129+155+219=503 (66% of max value = 765). Red value is 129 (50.78% from 255 or 25.65% from 503); Green value is 155 (60.94% from 255 or 30.82% from 503); Blue value is 219 (85.94% from 255 or 43.54% from 503); Max value from RGB is 219 - color contains mainly: blue. Hex color #819BDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #819BDB is #7E6424. Grayscale: #9A9A9A. Windows color (decimal): -8283173 or 14392193. OLE color: 14392193.

HSL color Cylindrical-coordinate representation of color #819BDB: hue angle of 222.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 #819BDB is Cyan = 0.41, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 129 155 219 -
CMYK 0.41 0.29 0 0.14
HSL 222.67º 0.56% 0.68% -
HSV(B) 222.67º 0.41% 0.86% -
XYZ 33.56 33.22 71.66 -
YUV 154.52 164.39 109.8 -
System Red Green Blue C M Y K H S L
Decimal 129 155 219 0.41 0.29 0 0.14 222.67 0.56 0.68
Hex 81 9B DB 29 1D 0 E DF 38 44
Octal 201 233 333 51 35 0 16 337 70 104
Binary 10000001 10011011 11011011 101001 11101 0 1110 11011111 111000 1000100

Color Harmonies of #819BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #819BDB

Black with #819BDB

Text Example


Text Example

White with #819BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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