#889BEE

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

Shades of Portage #889BEE

Tints of Portage #889BEE

Color information

#889BEE (or 0x889BEE) is unknown color: approx Portage. HEX triplet: 88, 9B and EE. RGB value is (136,155,238). Sum of RGB (Red+Green+Blue) = 136+155+238=529 (70% of max value = 765). Red value is 136 (53.52% from 255 or 25.71% from 529); Green value is 155 (60.94% from 255 or 29.30% from 529); Blue value is 238 (93.36% from 255 or 44.99% from 529); Max value from RGB is 238 - color contains mainly: blue. Hex color #889BEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #889BEE is #776411. Grayscale: #9E9E9E. Windows color (decimal): -7824402 or 15637384. OLE color: 15637384.

HSL color Cylindrical-coordinate representation of color #889BEE: hue angle of 228.82º degrees, saturation: 0.75, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #889BEE is Cyan = 0.43, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB136155238-
CMYK0.430.3500.07
HSL228.82º75%73.33%-
HSV(B)228.82º42.86%93.33%-
XYZ37.3134.8585.65-
YUV158.78172.71111.75-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 25.71%
GREEN value IS 155 (60.94% from 255) = 29.30%
BLUE value IS 238 (93.36% from 255) = 44.99%
R=25.71%
G=29.30%
B=44.99%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1361552380.430.3500.07228.827573.33
Hex889BEE2B2307e54b49
Octal210233356534307345113111
Binary10001000100110111110111010101110001101111110010110010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889BEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,155,238); }

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

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

 a { background-color: rgb(136,155,238); }

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

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

 span { border-color: rgb(136,155,238); }

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