#989CFE

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

Shades of Portage #989CFE

Tints of Portage #989CFE

Color information

#989CFE (or 0x989CFE) is unknown color: approx Portage. HEX triplet: 98, 9C and FE. RGB value is (152,156,254). Sum of RGB (Red+Green+Blue) = 152+156+254=562 (74% of max value = 765). Red value is 152 (59.77% from 255 or 27.05% from 562); Green value is 156 (61.33% from 255 or 27.76% from 562); Blue value is 254 (99.61% from 255 or 45.20% from 562); Max value from RGB is 254 - color contains mainly: blue. Hex color #989CFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #989CFE is #676301. Grayscale: #A5A5A5. Windows color (decimal): -6775554 or 16686232. OLE color: 16686232.

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

Color convert

RGB152156254-
CMYK0.400.3900.00
HSL237.65º98.08%79.61%-
HSV(B)237.65º40.16%99.61%-
XYZ42.7337.6198.77-
YUV165.98177.67118.03-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 27.05%
GREEN value IS 156 (61.33% from 255) = 27.76%
BLUE value IS 254 (99.61% from 255) = 45.20%
R=27.05%
G=27.76%
B=45.20%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1521562540.400.3900.00237.6598.0879.61
Hex989CFE282700ee6250
Octal230234376504700356142120
Binary100110001001110011111110101000100111001110111011000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989CFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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