#9498FE

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

Shades of Portage #9498FE

Tints of Portage #9498FE

Color information

#9498FE (or 0x9498FE) is unknown color: approx Portage. HEX triplet: 94, 98 and FE. RGB value is (148,152,254). Sum of RGB (Red+Green+Blue) = 148+152+254=554 (73% of max value = 765). Red value is 148 (58.20% from 255 or 26.71% from 554); Green value is 152 (59.77% from 255 or 27.44% from 554); Blue value is 254 (99.61% from 255 or 45.85% from 554); Max value from RGB is 254 - color contains mainly: blue. Hex color #9498FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9498FE is #6B6701. Grayscale: #A2A2A2. Windows color (decimal): -7038722 or 16685204. OLE color: 16685204.

HSL color Cylindrical-coordinate representation of color #9498FE: hue angle of 237.74º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9498FE is Cyan = 0.42, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB148152254-
CMYK0.420.4000.00
HSL237.74º98.15%78.82%-
HSV(B)237.74º41.73%99.61%-
XYZ41.3335.9198.52-
YUV162.43179.67117.71-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 26.71%
GREEN value IS 152 (59.77% from 255) = 27.44%
BLUE value IS 254 (99.61% from 255) = 45.85%
R=26.71%
G=27.44%
B=45.85%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1481522540.420.4000.00237.7498.1578.82
Hex9498FE2A2800ee624f
Octal224230376525000356142117
Binary100101001001100011111110101010101000001110111011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9498FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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