#889DFE

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

Shades of Portage #889DFE

Tints of Portage #889DFE

Color information

#889DFE (or 0x889DFE) is unknown color: approx Portage. HEX triplet: 88, 9D and FE. RGB value is (136,157,254). Sum of RGB (Red+Green+Blue) = 136+157+254=547 (72% of max value = 765). Red value is 136 (53.52% from 255 or 24.86% from 547); Green value is 157 (61.72% from 255 or 28.70% from 547); Blue value is 254 (99.61% from 255 or 46.44% from 547); Max value from RGB is 254 - color contains mainly: blue. Hex color #889DFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #889DFE is #776201. Grayscale: #A1A1A1. Windows color (decimal): -7823874 or 16686472. OLE color: 16686472.

HSL color Cylindrical-coordinate representation of color #889DFE: hue angle of 229.32º 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 #889DFE is Cyan = 0.46, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB136157254-
CMYK0.460.3800.00
HSL229.32º98.33%76.47%-
HSV(B)229.32º46.46%99.61%-
XYZ40.136.598.7-
YUV161.78180.04109.61-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 24.86%
GREEN value IS 157 (61.72% from 255) = 28.70%
BLUE value IS 254 (99.61% from 255) = 46.44%
R=24.86%
G=28.70%
B=46.44%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1361572540.460.3800.00229.3298.3376.47
Hex889DFE2E2600e5624c
Octal210235376564600345142114
Binary100010001001110111111110101110100110001110010111000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889DFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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