Html Css Color HEX #8899D6 Portage

📋 copy color: '#8899D6'

red 136 ◦ green 153 ◦ blue 214

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

Shades of Portage #8899D6

Tints of Portage #8899D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 42.54%

R = 27.04%
G = 30.42%
B = 42.54%

CMYK

 C value IS 0.36

 M value IS 0.29

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#8899D6 (or 0x8899D6) is known color: Portage. HEX triplet: 88, 99 and D6. RGB value is (136,153,214). Sum of RGB (Red+Green+Blue) = 136+153+214=503 (66% of max value = 765). Red value is 136 (53.52% from 255 or 27.04% from 503); Green value is 153 (60.16% from 255 or 30.42% from 503); Blue value is 214 (83.98% from 255 or 42.54% from 503); Max value from RGB is 214 - color contains mainly: blue. Hex color #8899D6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8899D6 is #776629. Grayscale: #9A9A9A. Windows color (decimal): -7824938 or 14064008. OLE color: 14064008.

HSL color Cylindrical-coordinate representation of color #8899D6: hue angle of 226.92º degrees, saturation: 0.49, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8899D6 is Cyan = 0.36, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 136 153 214 -
CMYK 0.36 0.29 0 0.16
HSL 226.92º 0.49% 0.69% -
HSV(B) 226.92º 0.36% 0.84% -
XYZ 33.68 32.87 68.19 -
YUV 154.87 161.37 114.54 -
System Red Green Blue C M Y K H S L
Decimal 136 153 214 0.36 0.29 0 0.16 226.92 0.49 0.69
Hex 88 99 D6 24 1D 0 10 E3 31 45
Octal 210 231 326 44 35 0 20 343 61 105
Binary 10001000 10011001 11010110 100100 11101 0 10000 11100011 110001 1000101

Color Harmonies of #8899D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8899D6

Black with #8899D6

Text Example


Text Example

White with #8899D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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