#889CFB

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

Shades of Portage #889CFB

Tints of Portage #889CFB

Color information

#889CFB (or 0x889CFB) is unknown color: approx Portage. HEX triplet: 88, 9C and FB. RGB value is (136,156,251). Sum of RGB (Red+Green+Blue) = 136+156+251=543 (71% of max value = 765). Red value is 136 (53.52% from 255 or 25.05% from 543); Green value is 156 (61.33% from 255 or 28.73% from 543); Blue value is 251 (98.44% from 255 or 46.22% from 543); Max value from RGB is 251 - color contains mainly: blue. Hex color #889CFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #889CFB is #776304. Grayscale: #A0A0A0. Windows color (decimal): -7824133 or 16489608. OLE color: 16489608.

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

Color convert

RGB136156251-
CMYK0.460.3800.02
HSL229.57º93.5%75.88%-
HSV(B)229.57º45.82%98.43%-
XYZ39.4535.9896.13-
YUV160.85178.87110.28-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 25.05%
GREEN value IS 156 (61.33% from 255) = 28.73%
BLUE value IS 251 (98.44% from 255) = 46.22%
R=25.05%
G=28.73%
B=46.22%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1361562510.460.3800.02229.5793.575.88
Hex889CFB2E2602e65d4c
Octal210234373564602346135114
Binary1000100010011100111110111011101001100101110011010111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889CFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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