#889EFA

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

Shades of Portage #889EFA

Tints of Portage #889EFA

Color information

#889EFA (or 0x889EFA) is unknown color: approx Portage. HEX triplet: 88, 9E and FA. RGB value is (136,158,250). Sum of RGB (Red+Green+Blue) = 136+158+250=544 (72% of max value = 765). Red value is 136 (53.52% from 255 or 25% from 544); Green value is 158 (62.11% from 255 or 29.04% from 544); Blue value is 250 (98.05% from 255 or 45.96% from 544); Max value from RGB is 250 - color contains mainly: blue. Hex color #889EFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #889EFA is #776105. Grayscale: #A1A1A1. Windows color (decimal): -7823622 or 16424584. OLE color: 16424584.

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

Color convert

RGB136158250-
CMYK0.460.3700.02
HSL228.42º91.94%75.69%-
HSV(B)228.42º45.6%98.04%-
XYZ39.6436.5995.42-
YUV161.91177.71109.52-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 25%
GREEN value IS 158 (62.11% from 255) = 29.04%
BLUE value IS 250 (98.05% from 255) = 45.96%
R=25%
G=29.04%
B=45.96%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1361582500.460.3700.02228.4291.9475.69
Hex889EFA2E2502e45c4c
Octal210236372564502344134114
Binary1000100010011110111110101011101001010101110010010111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889EFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,158,250); }

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

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

 a { background-color: rgb(136,158,250); }

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

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

 span { border-color: rgb(136,158,250); }

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