Html Css Color HEX #819CDB Portage

📋 copy color: '#819CDB'

red 129 ◦ green 156 ◦ blue 219

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

Shades of Portage #819CDB

Tints of Portage #819CDB

RGB

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

 GREEN value IS 156 (61.33% from 255) = 30.95%

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

R = 25.6%
G = 30.95%
B = 43.45%

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

#819CDB (or 0x819CDB) is known color: Portage. HEX triplet: 81, 9C and DB. RGB value is (129,156,219). Sum of RGB (Red+Green+Blue) = 129+156+219=504 (66% of max value = 765). Red value is 129 (50.78% from 255 or 25.60% from 504); Green value is 156 (61.33% from 255 or 30.95% from 504); Blue value is 219 (85.94% from 255 or 43.45% from 504); Max value from RGB is 219 - color contains mainly: blue. Hex color #819CDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #819CDB is #7E6324. Grayscale: #9A9A9A. Windows color (decimal): -8282917 or 14392449. OLE color: 14392449.

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

Color convert

RGB 129 156 219 -
CMYK 0.41 0.29 0 0.14
HSL 222º 0.56% 0.68% -
HSV(B) 222º 0.41% 0.86% -
XYZ 33.73 33.56 71.72 -
YUV 155.11 164.05 109.38 -
System Red Green Blue C M Y K H S L
Decimal 129 156 219 0.41 0.29 0 0.14 222 0.56 0.68
Hex 81 9C DB 29 1D 0 E DE 38 44
Octal 201 234 333 51 35 0 16 336 70 104
Binary 10000001 10011100 11011011 101001 11101 0 1110 11011110 111000 1000100

Color Harmonies of #819CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #819CDB

Black with #819CDB

Text Example


Text Example

White with #819CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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