Html Css Color HEX #8899CE Portage

📋 copy color: '#8899CE'

red 136 ◦ green 153 ◦ blue 206

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

Shades of Portage #8899CE

Tints of Portage #8899CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 41.62%

R = 27.47%
G = 30.91%
B = 41.62%

CMYK

 C value IS 0.34

 M value IS 0.26

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8899CE (or 0x8899CE) is known color: Portage. HEX triplet: 88, 99 and CE. RGB value is (136,153,206). Sum of RGB (Red+Green+Blue) = 136+153+206=495 (65% of max value = 765). Red value is 136 (53.52% from 255 or 27.47% from 495); Green value is 153 (60.16% from 255 or 30.91% from 495); Blue value is 206 (80.86% from 255 or 41.62% from 495); Max value from RGB is 206 - color contains mainly: blue. Hex color #8899CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8899CE is #776631. Grayscale: #999999. Windows color (decimal): -7824946 or 13539720. OLE color: 13539720.

HSL color Cylindrical-coordinate representation of color #8899CE: hue angle of 225.43º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8899CE is Cyan = 0.34, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 136 153 206 -
CMYK 0.34 0.26 0 0.19
HSL 225.43º 0.42% 0.67% -
HSV(B) 225.43º 0.34% 0.81% -
XYZ 32.69 32.47 62.94 -
YUV 153.96 157.37 115.19 -
System Red Green Blue C M Y K H S L
Decimal 136 153 206 0.34 0.26 0 0.19 225.43 0.42 0.67
Hex 88 99 CE 22 1A 0 13 E1 2A 43
Octal 210 231 316 42 32 0 23 341 52 103
Binary 10001000 10011001 11001110 100010 11010 0 10011 11100001 101010 1000011

Color Harmonies of #8899CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8899CE

Black with #8899CE

Text Example


Text Example

White with #8899CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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