#889FF8

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

Shades of Portage #889FF8

Tints of Portage #889FF8

Color information

#889FF8 (or 0x889FF8) is unknown color: approx Portage. HEX triplet: 88, 9F and F8. RGB value is (136,159,248). Sum of RGB (Red+Green+Blue) = 136+159+248=543 (71% of max value = 765). Red value is 136 (53.52% from 255 or 25.05% from 543); Green value is 159 (62.5% from 255 or 29.28% from 543); Blue value is 248 (97.27% from 255 or 45.67% from 543); Max value from RGB is 248 - color contains mainly: blue. Hex color #889FF8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #889FF8 is #776007. Grayscale: #A1A1A1. Windows color (decimal): -7823368 or 16293768. OLE color: 16293768.

HSL color Cylindrical-coordinate representation of color #889FF8: hue angle of 227.68º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #889FF8 is Cyan = 0.45, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB136159248-
CMYK0.450.3600.03
HSL227.68º88.89%75.29%-
HSV(B)227.68º45.16%97.25%-
XYZ39.4936.8193.83-
YUV162.27176.38109.26-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 25.05%
GREEN value IS 159 (62.5% from 255) = 29.28%
BLUE value IS 248 (97.27% from 255) = 45.67%
R=25.05%
G=29.28%
B=45.67%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1361592480.450.3600.03227.6888.8975.29
Hex889FF82D2403e4594b
Octal210237370554403344131113
Binary1000100010011111111110001011011001000111110010010110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889FF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,159,248); }

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

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

 a { background-color: rgb(136,159,248); }

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

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

 span { border-color: rgb(136,159,248); }

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