Html Css Color HEX #889ACB Portage

📋 copy color: '#889ACB'

red 136 ◦ green 154 ◦ blue 203

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

Shades of Portage #889ACB

Tints of Portage #889ACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 41.18%

R = 27.59%
G = 31.24%
B = 41.18%

CMYK

 C value IS 0.33

 M value IS 0.24

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#889ACB (or 0x889ACB) is known color: Portage. HEX triplet: 88, 9A and CB. RGB value is (136,154,203). Sum of RGB (Red+Green+Blue) = 136+154+203=493 (65% of max value = 765). Red value is 136 (53.52% from 255 or 27.59% from 493); Green value is 154 (60.55% from 255 or 31.24% from 493); Blue value is 203 (79.69% from 255 or 41.18% from 493); Max value from RGB is 203 - color contains mainly: blue. Hex color #889ACB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #889ACB is #776534. Grayscale: #999999. Windows color (decimal): -7824693 or 13343368. OLE color: 13343368.

HSL color Cylindrical-coordinate representation of color #889ACB: hue angle of 223.88º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #889ACB is Cyan = 0.33, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 136 154 203 -
CMYK 0.33 0.24 0 0.20
HSL 223.88º 0.39% 0.66% -
HSV(B) 223.88º 0.33% 0.8% -
XYZ 32.49 32.66 61.09 -
YUV 154.2 155.54 115.02 -
System Red Green Blue C M Y K H S L
Decimal 136 154 203 0.33 0.24 0 0.20 223.88 0.39 0.66
Hex 88 9A CB 21 18 0 14 E0 27 42
Octal 210 232 313 41 30 0 24 340 47 102
Binary 10001000 10011010 11001011 100001 11000 0 10100 11100000 100111 1000010

Color Harmonies of #889ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889ACB

Black with #889ACB

Text Example


Text Example

White with #889ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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