#989CFF

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

Shades of Portage #989CFF

Tints of Portage #989CFF

Color information

#989CFF (or 0x989CFF) is unknown color: approx Portage. HEX triplet: 98, 9C and FF. RGB value is (152,156,255). Sum of RGB (Red+Green+Blue) = 152+156+255=563 (74% of max value = 765). Red value is 152 (59.77% from 255 or 27.00% from 563); Green value is 156 (61.33% from 255 or 27.71% from 563); Blue value is 255 (100% from 255 or 45.29% from 563); Max value from RGB is 255 - color contains mainly: blue. Hex color #989CFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #989CFF is #676300. Grayscale: #A5A5A5. Windows color (decimal): -6775553 or 16751768. OLE color: 16751768.

HSL color Cylindrical-coordinate representation of color #989CFF: hue angle of 237.67º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #989CFF is Cyan = 0.40, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB152156255-
CMYK0.400.3900
HSL237.67º100%79.8%-
HSV(B)237.67º40.39%100%-
XYZ42.8937.6799.62-
YUV166.09178.17117.95-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 27.00%
GREEN value IS 156 (61.33% from 255) = 27.71%
BLUE value IS 255 (100% from 255) = 45.29%
R=27.00%
G=27.71%
B=45.29%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1521562550.400.3900237.6710079.8
Hex989CFF282700ee6450
Octal230234377504700356144120
Binary100110001001110011111111101000100111001110111011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #989CFF; }

 p { color: rgb(152,156,255); }

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

<style>
 a { background-color: #989CFF; }

 a { background-color: rgb(152,156,255); }

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

<style>
 span { border-color: #989CFF; }

 span { border-color: rgb(152,156,255); }

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