#889ACF

Color #889ACF Portage (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Portage #889ACF

Tints of Portage #889ACF

Color information

#889ACF (or 0x889ACF) is unknown color: approx Portage. HEX triplet: 88, 9A and CF. RGB value is (136,154,207). Sum of RGB (Red+Green+Blue) = 136+154+207=497 (65% of max value = 765). Red value is 136 (53.52% from 255 or 27.36% from 497); Green value is 154 (60.55% from 255 or 30.99% from 497); Blue value is 207 (81.25% from 255 or 41.65% from 497); Max value from RGB is 207 - color contains mainly: blue. Hex color #889ACF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #889ACF is #776530. Grayscale: #9A9A9A. Windows color (decimal): -7824689 or 13605512. OLE color: 13605512.

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

Color convert

RGB136154207-
CMYK0.340.2600.19
HSL224.79º42.51%67.25%-
HSV(B)224.79º34.3%81.18%-
XYZ32.9732.8563.63-
YUV154.66157.54114.69-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 27.36%
GREEN value IS 154 (60.55% from 255) = 30.99%
BLUE value IS 207 (81.25% from 255) = 41.65%
R=27.36%
G=30.99%
B=41.65%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1361542070.340.2600.19224.7942.5167.25
Hex889ACF221A013e12b43
Octal210232317423202334153103
Binary10001000100110101100111110001011010010011111000011010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889ACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #889ACF;
 }
 .AnyTagClassName
 {
   color: #889ACF;
 }
</style>
background-color css

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

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

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

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

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

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