#889CED

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

Shades of Portage #889CED

Tints of Portage #889CED

Color information

#889CED (or 0x889CED) is unknown color: approx Portage. HEX triplet: 88, 9C and ED. RGB value is (136,156,237). Sum of RGB (Red+Green+Blue) = 136+156+237=529 (70% of max value = 765). Red value is 136 (53.52% from 255 or 25.71% from 529); Green value is 156 (61.33% from 255 or 29.49% from 529); Blue value is 237 (92.97% from 255 or 44.80% from 529); Max value from RGB is 237 - color contains mainly: blue. Hex color #889CED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #889CED is #776312. Grayscale: #9E9E9E. Windows color (decimal): -7824147 or 15572104. OLE color: 15572104.

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

Color convert

RGB136156237-
CMYK0.430.3400.07
HSL228.12º73.72%73.14%-
HSV(B)228.12º42.62%92.94%-
XYZ37.3335.1384.93-
YUV159.25171.87111.41-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 25.71%
GREEN value IS 156 (61.33% from 255) = 29.49%
BLUE value IS 237 (92.97% from 255) = 44.80%
R=25.71%
G=29.49%
B=44.80%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1361562370.430.3400.07228.1273.7273.14
Hex889CED2B2207e44a49
Octal210234355534207344112111
Binary10001000100111001110110110101110001001111110010010010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889CED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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