#9497ED

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

Shades of Portage #9497ED

Tints of Portage #9497ED

Color information

#9497ED (or 0x9497ED) is unknown color: approx Portage. HEX triplet: 94, 97 and ED. RGB value is (148,151,237). Sum of RGB (Red+Green+Blue) = 148+151+237=536 (70% of max value = 765). Red value is 148 (58.20% from 255 or 27.61% from 536); Green value is 151 (59.38% from 255 or 28.17% from 536); Blue value is 237 (92.97% from 255 or 44.22% from 536); Max value from RGB is 237 - color contains mainly: blue. Hex color #9497ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9497ED is #6B6812. Grayscale: #9F9F9F. Windows color (decimal): -7038995 or 15570836. OLE color: 15570836.

HSL color Cylindrical-coordinate representation of color #9497ED: hue angle of 237.98º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9497ED is Cyan = 0.38, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB148151237-
CMYK0.380.3600.07
HSL237.98º71.2%75.49%-
HSV(B)237.98º37.55%92.94%-
XYZ38.5734.5484.76-
YUV159.91171.51119.51-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 27.61%
GREEN value IS 151 (59.38% from 255) = 28.17%
BLUE value IS 237 (92.97% from 255) = 44.22%
R=27.61%
G=28.17%
B=44.22%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1481512370.380.3600.07237.9871.275.49
Hex9497ED262407ee474b
Octal224227355464407356107113
Binary10010100100101111110110110011010010001111110111010001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9497ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9497ED; }

 p { color: rgb(148,151,237); }

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

<style>
 a { background-color: #9497ED; }

 a { background-color: rgb(148,151,237); }

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

<style>
 span { border-color: #9497ED; }

 span { border-color: rgb(148,151,237); }

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