#989CEF

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

Shades of Portage #989CEF

Tints of Portage #989CEF

Color information

#989CEF (or 0x989CEF) is unknown color: approx Portage. HEX triplet: 98, 9C and EF. RGB value is (152,156,239). Sum of RGB (Red+Green+Blue) = 152+156+239=547 (72% of max value = 765). Red value is 152 (59.77% from 255 or 27.79% from 547); Green value is 156 (61.33% from 255 or 28.52% from 547); Blue value is 239 (93.75% from 255 or 43.69% from 547); Max value from RGB is 239 - color contains mainly: blue. Hex color #989CEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #989CEF is #676310. Grayscale: #A3A3A3. Windows color (decimal): -6775569 or 15703192. OLE color: 15703192.

HSL color Cylindrical-coordinate representation of color #989CEF: hue angle of 237.24º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #989CEF is Cyan = 0.36, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB152156239-
CMYK0.360.3500.06
HSL237.24º73.11%76.67%-
HSV(B)237.24º36.4%93.73%-
XYZ40.4236.6886.61-
YUV164.27170.17119.25-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 27.79%
GREEN value IS 156 (61.33% from 255) = 28.52%
BLUE value IS 239 (93.75% from 255) = 43.69%
R=27.79%
G=28.52%
B=43.69%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1521562390.360.3500.06237.2473.1176.67
Hex989CEF242306ed494d
Octal230234357444306355111115
Binary10011000100111001110111110010010001101101110110110010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989CEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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