#9A98ED

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

Shades of Portage #9A98ED

Tints of Portage #9A98ED

Color information

#9A98ED (or 0x9A98ED) is unknown color: approx Portage. HEX triplet: 9A, 98 and ED. RGB value is (154,152,237). Sum of RGB (Red+Green+Blue) = 154+152+237=543 (71% of max value = 765). Red value is 154 (60.55% from 255 or 28.36% from 543); Green value is 152 (59.77% from 255 or 27.99% from 543); Blue value is 237 (92.97% from 255 or 43.65% from 543); Max value from RGB is 237 - color contains mainly: blue. Hex color #9A98ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9A98ED is #656712. Grayscale: #A1A1A1. Windows color (decimal): -6645523 or 15571098. OLE color: 15571098.

HSL color Cylindrical-coordinate representation of color #9A98ED: hue angle of 241.41º degrees, saturation: 0.7, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9A98ED is Cyan = 0.35, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB154152237-
CMYK0.350.3600.07
HSL241.41º70.25%76.27%-
HSV(B)241.41º35.86%92.94%-
XYZ39.8435.4484.86-
YUV162.29170.16122.09-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 28.36%
GREEN value IS 152 (59.77% from 255) = 27.99%
BLUE value IS 237 (92.97% from 255) = 43.65%
R=28.36%
G=27.99%
B=43.65%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1541522370.350.3600.07241.4170.2576.27
Hex9A98ED232407f1464c
Octal232230355434407361106114
Binary10011010100110001110110110001110010001111111000110001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A98ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A98ED; }

 p { color: rgb(154,152,237); }

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

<style>
 a { background-color: #9A98ED; }

 a { background-color: rgb(154,152,237); }

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

<style>
 span { border-color: #9A98ED; }

 span { border-color: rgb(154,152,237); }

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