#98A0FA

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

Shades of Portage #98A0FA

Tints of Portage #98A0FA

Color information

#98A0FA (or 0x98A0FA) is unknown color: approx Portage. HEX triplet: 98, A0 and FA. RGB value is (152,160,250). Sum of RGB (Red+Green+Blue) = 152+160+250=562 (74% of max value = 765). Red value is 152 (59.77% from 255 or 27.05% from 562); Green value is 160 (62.89% from 255 or 28.47% from 562); Blue value is 250 (98.05% from 255 or 44.48% from 562); Max value from RGB is 250 - color contains mainly: blue. Hex color #98A0FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #98A0FA is #675F05. Grayscale: #A7A7A7. Windows color (decimal): -6774534 or 16425112. OLE color: 16425112.

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

Color convert

RGB152160250-
CMYK0.390.3600.02
HSL235.1º90.74%78.82%-
HSV(B)235.1º39.2%98.04%-
XYZ42.7838.7295.66-
YUV167.87174.35116.68-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 27.05%
GREEN value IS 160 (62.89% from 255) = 28.47%
BLUE value IS 250 (98.05% from 255) = 44.48%
R=27.05%
G=28.47%
B=44.48%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1521602500.390.3600.02235.190.7478.82
Hex98A0FA272402eb5b4f
Octal230240372474402353133117
Binary1001100010100000111110101001111001000101110101110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98A0FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98A0FA; }

 p { color: rgb(152,160,250); }

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

<style>
 a { background-color: #98A0FA; }

 a { background-color: rgb(152,160,250); }

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

<style>
 span { border-color: #98A0FA; }

 span { border-color: rgb(152,160,250); }

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