#9998F9

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

Shades of Portage #9998F9

Tints of Portage #9998F9

Color information

#9998F9 (or 0x9998F9) is unknown color: approx Portage. HEX triplet: 99, 98 and F9. RGB value is (153,152,249). Sum of RGB (Red+Green+Blue) = 153+152+249=554 (73% of max value = 765). Red value is 153 (60.16% from 255 or 27.62% from 554); Green value is 152 (59.77% from 255 or 27.44% from 554); Blue value is 249 (97.66% from 255 or 44.95% from 554); Max value from RGB is 249 - color contains mainly: blue. Hex color #9998F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9998F9 is #666706. Grayscale: #A2A2A2. Windows color (decimal): -6711047 or 16357529. OLE color: 16357529.

HSL color Cylindrical-coordinate representation of color #9998F9: hue angle of 240.62º degrees, saturation: 0.89, 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 #9998F9 is Cyan = 0.39, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB153152249-
CMYK0.390.3900.02
HSL240.62º88.99%78.63%-
HSV(B)240.62º38.96%97.65%-
XYZ41.4636.0794.4-
YUV163.36176.33120.61-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 27.62%
GREEN value IS 152 (59.77% from 255) = 27.44%
BLUE value IS 249 (97.66% from 255) = 44.95%
R=27.62%
G=27.44%
B=44.95%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1531522490.390.3900.02240.6288.9978.63
Hex9998F9272702f1594f
Octal231230371474702361131117
Binary1001100110011000111110011001111001110101111000110110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9998F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9998F9; }

 p { color: rgb(153,152,249); }

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

<style>
 a { background-color: #9998F9; }

 a { background-color: rgb(153,152,249); }

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

<style>
 span { border-color: #9998F9; }

 span { border-color: rgb(153,152,249); }

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