Html Css Color HEX #819ADB Portage

📋 copy color: '#819ADB'

red 129 ◦ green 154 ◦ blue 219

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

Shades of Portage #819ADB

Tints of Portage #819ADB

RGB

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

 GREEN value IS 154 (60.55% from 255) = 30.68%

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

R = 25.7%
G = 30.68%
B = 43.63%

CMYK

 C value IS 0.41

 M value IS 0.30

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#819ADB (or 0x819ADB) is known color: Portage. HEX triplet: 81, 9A and DB. RGB value is (129,154,219). Sum of RGB (Red+Green+Blue) = 129+154+219=502 (66% of max value = 765). Red value is 129 (50.78% from 255 or 25.70% from 502); Green value is 154 (60.55% from 255 or 30.68% from 502); Blue value is 219 (85.94% from 255 or 43.63% from 502); Max value from RGB is 219 - color contains mainly: blue. Hex color #819ADB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #819ADB is #7E6524. Grayscale: #999999. Windows color (decimal): -8283429 or 14391937. OLE color: 14391937.

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

Color convert

RGB 129 154 219 -
CMYK 0.41 0.30 0 0.14
HSL 223.33º 0.56% 0.68% -
HSV(B) 223.33º 0.41% 0.86% -
XYZ 33.4 32.89 71.61 -
YUV 153.94 164.72 110.21 -
System Red Green Blue C M Y K H S L
Decimal 129 154 219 0.41 0.30 0 0.14 223.33 0.56 0.68
Hex 81 9A DB 29 1E 0 E DF 38 44
Octal 201 232 333 51 36 0 16 337 70 104
Binary 10000001 10011010 11011011 101001 11110 0 1110 11011111 111000 1000100

Color Harmonies of #819ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #819ADB

Black with #819ADB

Text Example


Text Example

White with #819ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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