#9E98FB

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

Shades of Portage #9E98FB

Tints of Portage #9E98FB

Color information

#9E98FB (or 0x9E98FB) is unknown color: approx Portage. HEX triplet: 9E, 98 and FB. RGB value is (158,152,251). Sum of RGB (Red+Green+Blue) = 158+152+251=561 (74% of max value = 765). Red value is 158 (62.11% from 255 or 28.16% from 561); Green value is 152 (59.77% from 255 or 27.09% from 561); Blue value is 251 (98.44% from 255 or 44.74% from 561); Max value from RGB is 251 - color contains mainly: blue. Hex color #9E98FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9E98FB is #616704. Grayscale: #A4A4A4. Windows color (decimal): -6383365 or 16488606. OLE color: 16488606.

HSL color Cylindrical-coordinate representation of color #9E98FB: hue angle of 243.64º degrees, saturation: 0.93, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9E98FB is Cyan = 0.37, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB158152251-
CMYK0.370.3900.02
HSL243.64º92.52%79.02%-
HSV(B)243.64º39.44%98.43%-
XYZ42.7436.6996.1-
YUV165.08176.49122.95-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 28.16%
GREEN value IS 152 (59.77% from 255) = 27.09%
BLUE value IS 251 (98.44% from 255) = 44.74%
R=28.16%
G=27.09%
B=44.74%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1581522510.370.3900.02243.6492.5279.02
Hex9E98FB252702f45d4f
Octal236230373454702364135117
Binary1001111010011000111110111001011001110101111010010111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E98FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9E98FB; }

 p { color: rgb(158,152,251); }

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

<style>
 a { background-color: #9E98FB; }

 a { background-color: rgb(158,152,251); }

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

<style>
 span { border-color: #9E98FB; }

 span { border-color: rgb(158,152,251); }

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