#9498FB

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

Shades of Portage #9498FB

Tints of Portage #9498FB

Color information

#9498FB (or 0x9498FB) is unknown color: approx Portage. HEX triplet: 94, 98 and FB. RGB value is (148,152,251). Sum of RGB (Red+Green+Blue) = 148+152+251=551 (72% of max value = 765). Red value is 148 (58.20% from 255 or 26.86% from 551); Green value is 152 (59.77% from 255 or 27.59% from 551); Blue value is 251 (98.44% from 255 or 45.55% from 551); Max value from RGB is 251 - color contains mainly: blue. Hex color #9498FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9498FB is #6B6704. Grayscale: #A1A1A1. Windows color (decimal): -7038725 or 16488596. OLE color: 16488596.

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

Color convert

RGB148152251-
CMYK0.410.3900.02
HSL237.67º92.79%78.24%-
HSV(B)237.67º41.04%98.43%-
XYZ40.8535.7296.01-
YUV162.09178.17117.95-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 26.86%
GREEN value IS 152 (59.77% from 255) = 27.59%
BLUE value IS 251 (98.44% from 255) = 45.55%
R=26.86%
G=27.59%
B=45.55%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1481522510.410.3900.02237.6792.7978.24
Hex9498FB292702ee5d4e
Octal224230373514702356135116
Binary1001010010011000111110111010011001110101110111010111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9498FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9498FB; }

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

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

<style>
 a { background-color: #9498FB; }

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

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

<style>
 span { border-color: #9498FB; }

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

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