Html Css Color HEX #8099DB Portage

📋 copy color: '#8099DB'

red 128 ◦ green 153 ◦ blue 219

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

Shades of Portage #8099DB

Tints of Portage #8099DB

RGB

 RED value IS 128 (50.39% from 255) = 25.6%

 GREEN value IS 153 (60.16% from 255) = 30.6%

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

R = 25.6%
G = 30.6%
B = 43.8%

CMYK

 C value IS 0.42

 M value IS 0.30

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8099DB (or 0x8099DB) is known color: Portage. HEX triplet: 80, 99 and DB. RGB value is (128,153,219). Sum of RGB (Red+Green+Blue) = 128+153+219=500 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.6% from 500); Green value is 153 (60.16% from 255 or 30.6% from 500); Blue value is 219 (85.94% from 255 or 43.8% from 500); Max value from RGB is 219 - color contains mainly: blue. Hex color #8099DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8099DB is #7F6624. Grayscale: #989898. Windows color (decimal): -8349221 or 14391680. OLE color: 14391680.

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

Color convert

RGB 128 153 219 -
CMYK 0.42 0.30 0 0.14
HSL 223.52º 0.56% 0.68% -
HSV(B) 223.52º 0.42% 0.86% -
XYZ 33.08 32.49 71.54 -
YUV 153.05 165.22 110.13 -
System Red Green Blue C M Y K H S L
Decimal 128 153 219 0.42 0.30 0 0.14 223.52 0.56 0.68
Hex 80 99 DB 2A 1E 0 E E0 38 44
Octal 200 231 333 52 36 0 16 340 70 104
Binary 10000000 10011001 11011011 101010 11110 0 1110 11100000 111000 1000100

Color Harmonies of #8099DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8099DB

Black with #8099DB

Text Example


Text Example

White with #8099DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8099DB; }

 p { color: rgb(128,153,219); }

 H1.HeaderClassName
 {
   color: #8099DB;
 }
 .AnyTagClassName
 {
   color: #8099DB;
 }
</style>

background-color css

<style>
 a { background-color: #8099DB; }

 a { background-color: rgb(128,153,219); }

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

border-color css

<style>
 span { border-color: #8099DB; }

 span { border-color: rgb(128,153,219); }

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