Html Css Color HEX #8899DB Portage

📋 copy color: '#8899DB'

red 136 ◦ green 153 ◦ blue 219

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

Shades of Portage #8899DB

Tints of Portage #8899DB

RGB

 RED value IS 136 (53.52% from 255) = 26.77%

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

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

R = 26.77%
G = 30.12%
B = 43.11%

CMYK

 C value IS 0.38

 M value IS 0.30

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8899DB (or 0x8899DB) is known color: Portage. HEX triplet: 88, 99 and DB. RGB value is (136,153,219). Sum of RGB (Red+Green+Blue) = 136+153+219=508 (67% of max value = 765). Red value is 136 (53.52% from 255 or 26.77% from 508); Green value is 153 (60.16% from 255 or 30.12% from 508); Blue value is 219 (85.94% from 255 or 43.11% from 508); Max value from RGB is 219 - color contains mainly: blue. Hex color #8899DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8899DB is #776624. Grayscale: #9B9B9B. Windows color (decimal): -7824933 or 14391688. OLE color: 14391688.

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

Color convert

RGB 136 153 219 -
CMYK 0.38 0.30 0 0.14
HSL 227.71º 0.54% 0.7% -
HSV(B) 227.71º 0.38% 0.86% -
XYZ 34.33 33.13 71.6 -
YUV 155.44 163.87 114.13 -
System Red Green Blue C M Y K H S L
Decimal 136 153 219 0.38 0.30 0 0.14 227.71 0.54 0.7
Hex 88 99 DB 26 1E 0 E E4 36 46
Octal 210 231 333 46 36 0 16 344 66 106
Binary 10001000 10011001 11011011 100110 11110 0 1110 11100100 110110 1000110

Color Harmonies of #8899DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8899DB

Black with #8899DB

Text Example


Text Example

White with #8899DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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