#889AFB

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

Shades of Portage #889AFB

Tints of Portage #889AFB

Color information

#889AFB (or 0x889AFB) is unknown color: approx Portage. HEX triplet: 88, 9A and FB. RGB value is (136,154,251). Sum of RGB (Red+Green+Blue) = 136+154+251=541 (71% of max value = 765). Red value is 136 (53.52% from 255 or 25.14% from 541); Green value is 154 (60.55% from 255 or 28.47% from 541); Blue value is 251 (98.44% from 255 or 46.40% from 541); Max value from RGB is 251 - color contains mainly: blue. Hex color #889AFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #889AFB is #776504. Grayscale: #9F9F9F. Windows color (decimal): -7824645 or 16489096. OLE color: 16489096.

HSL color Cylindrical-coordinate representation of color #889AFB: hue angle of 230.61º degrees, saturation: 0.93, 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 #889AFB is Cyan = 0.46, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB136154251-
CMYK0.460.3900.02
HSL230.61º93.5%75.88%-
HSV(B)230.61º45.82%98.43%-
XYZ39.1235.3196.02-
YUV159.68179.54111.11-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 25.14%
GREEN value IS 154 (60.55% from 255) = 28.47%
BLUE value IS 251 (98.44% from 255) = 46.40%
R=25.14%
G=28.47%
B=46.40%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1361542510.460.3900.02230.6193.575.88
Hex889AFB2E2702e75d4c
Octal210232373564702347135114
Binary1000100010011010111110111011101001110101110011110111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889AFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,154,251); }

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

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

 a { background-color: rgb(136,154,251); }

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

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

 span { border-color: rgb(136,154,251); }

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