#889CEF

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

Shades of Portage #889CEF

Tints of Portage #889CEF

Color information

#889CEF (or 0x889CEF) is unknown color: approx Portage. HEX triplet: 88, 9C and EF. RGB value is (136,156,239). Sum of RGB (Red+Green+Blue) = 136+156+239=531 (70% of max value = 765). Red value is 136 (53.52% from 255 or 25.61% from 531); Green value is 156 (61.33% from 255 or 29.38% from 531); Blue value is 239 (93.75% from 255 or 45.01% from 531); Max value from RGB is 239 - color contains mainly: blue. Hex color #889CEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #889CEF is #776310. Grayscale: #9F9F9F. Windows color (decimal): -7824145 or 15703176. OLE color: 15703176.

HSL color Cylindrical-coordinate representation of color #889CEF: hue angle of 228.35º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #889CEF is Cyan = 0.43, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB136156239-
CMYK0.430.3500.06
HSL228.35º76.3%73.53%-
HSV(B)228.35º43.1%93.73%-
XYZ37.6235.2486.48-
YUV159.48172.87111.25-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 25.61%
GREEN value IS 156 (61.33% from 255) = 29.38%
BLUE value IS 239 (93.75% from 255) = 45.01%
R=25.61%
G=29.38%
B=45.01%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1361562390.430.3500.06228.3576.373.53
Hex889CEF2B2306e44c4a
Octal210234357534306344114112
Binary10001000100111001110111110101110001101101110010010011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889CEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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