Html Css Color HEX #889ACE Portage

📋 copy color: '#889ACE'

red 136 ◦ green 154 ◦ blue 206

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

Shades of Portage #889ACE

Tints of Portage #889ACE

RGB

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

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

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

R = 27.42%
G = 31.05%
B = 41.53%

CMYK

 C value IS 0.34

 M value IS 0.25

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#889ACE (or 0x889ACE) is known color: Portage. HEX triplet: 88, 9A and CE. RGB value is (136,154,206). Sum of RGB (Red+Green+Blue) = 136+154+206=496 (65% of max value = 765). Red value is 136 (53.52% from 255 or 27.42% from 496); Green value is 154 (60.55% from 255 or 31.05% from 496); Blue value is 206 (80.86% from 255 or 41.53% from 496); Max value from RGB is 206 - color contains mainly: blue. Hex color #889ACE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #889ACE is #776531. Grayscale: #9A9A9A. Windows color (decimal): -7824690 or 13539976. OLE color: 13539976.

HSL color Cylindrical-coordinate representation of color #889ACE: hue angle of 224.57º 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 #889ACE is Cyan = 0.34, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 136 154 206 -
CMYK 0.34 0.25 0 0.19
HSL 224.57º 0.42% 0.67% -
HSV(B) 224.57º 0.34% 0.81% -
XYZ 32.85 32.8 62.99 -
YUV 154.55 157.04 114.77 -
System Red Green Blue C M Y K H S L
Decimal 136 154 206 0.34 0.25 0 0.19 224.57 0.42 0.67
Hex 88 9A CE 22 19 0 13 E1 2A 43
Octal 210 232 316 42 31 0 23 341 52 103
Binary 10001000 10011010 11001110 100010 11001 0 10011 11100001 101010 1000011

Color Harmonies of #889ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889ACE

Black with #889ACE

Text Example


Text Example

White with #889ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #889ACE; }

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

 H1.HeaderClassName
 {
   color: #889ACE;
 }
 .AnyTagClassName
 {
   color: #889ACE;
 }
</style>

background-color css

<style>
 a { background-color: #889ACE; }

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

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

border-color css

<style>
 span { border-color: #889ACE; }

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

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