#889CFE

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

Shades of Portage #889CFE

Tints of Portage #889CFE

Color information

#889CFE (or 0x889CFE) is unknown color: approx Portage. HEX triplet: 88, 9C and FE. RGB value is (136,156,254). Sum of RGB (Red+Green+Blue) = 136+156+254=546 (72% of max value = 765). Red value is 136 (53.52% from 255 or 24.91% from 546); Green value is 156 (61.33% from 255 or 28.57% from 546); Blue value is 254 (99.61% from 255 or 46.52% from 546); Max value from RGB is 254 - color contains mainly: blue. Hex color #889CFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #889CFE is #776301. Grayscale: #A0A0A0. Windows color (decimal): -7824130 or 16686216. OLE color: 16686216.

HSL color Cylindrical-coordinate representation of color #889CFE: hue angle of 229.83º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #889CFE is Cyan = 0.46, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB136156254-
CMYK0.460.3900.00
HSL229.83º98.33%76.47%-
HSV(B)229.83º46.46%99.61%-
XYZ39.9336.1798.64-
YUV161.19180.37110.03-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 24.91%
GREEN value IS 156 (61.33% from 255) = 28.57%
BLUE value IS 254 (99.61% from 255) = 46.52%
R=24.91%
G=28.57%
B=46.52%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1361562540.460.3900.00229.8398.3376.47
Hex889CFE2E2700e6624c
Octal210234376564700346142114
Binary100010001001110011111110101110100111001110011011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889CFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,156,254); }

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

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

 a { background-color: rgb(136,156,254); }

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

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

 span { border-color: rgb(136,156,254); }

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