Html Css Color HEX #889ACD Portage

📋 copy color: '#889ACD'

red 136 ◦ green 154 ◦ blue 205

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

Shades of Portage #889ACD

Tints of Portage #889ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 41.41%

R = 27.47%
G = 31.11%
B = 41.41%

CMYK

 C value IS 0.34

 M value IS 0.25

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#889ACD (or 0x889ACD) is known color: Portage. HEX triplet: 88, 9A and CD. RGB value is (136,154,205). Sum of RGB (Red+Green+Blue) = 136+154+205=495 (65% of max value = 765). Red value is 136 (53.52% from 255 or 27.47% from 495); Green value is 154 (60.55% from 255 or 31.11% from 495); Blue value is 205 (80.47% from 255 or 41.41% from 495); Max value from RGB is 205 - color contains mainly: blue. Hex color #889ACD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #889ACD is #776532. Grayscale: #9A9A9A. Windows color (decimal): -7824691 or 13474440. OLE color: 13474440.

HSL color Cylindrical-coordinate representation of color #889ACD: hue angle of 224.35º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #889ACD is Cyan = 0.34, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 136 154 205 -
CMYK 0.34 0.25 0 0.20
HSL 224.35º 0.41% 0.67% -
HSV(B) 224.35º 0.34% 0.8% -
XYZ 32.73 32.75 62.35 -
YUV 154.43 156.54 114.85 -
System Red Green Blue C M Y K H S L
Decimal 136 154 205 0.34 0.25 0 0.20 224.35 0.41 0.67
Hex 88 9A CD 22 19 0 14 E0 29 43
Octal 210 232 315 42 31 0 24 340 51 103
Binary 10001000 10011010 11001101 100010 11001 0 10100 11100000 101001 1000011

Color Harmonies of #889ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889ACD

Black with #889ACD

Text Example


Text Example

White with #889ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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