#9098CD

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

Shades of Portage #9098CD

Tints of Portage #9098CD

Color information

#9098CD (or 0x9098CD) is unknown color: approx Portage. HEX triplet: 90, 98 and CD. RGB value is (144,152,205). Sum of RGB (Red+Green+Blue) = 144+152+205=501 (66% of max value = 765). Red value is 144 (56.64% from 255 or 28.74% from 501); Green value is 152 (59.77% from 255 or 30.34% from 501); Blue value is 205 (80.47% from 255 or 40.92% from 501); Max value from RGB is 205 - color contains mainly: blue. Hex color #9098CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9098CD is #6F6732. Grayscale: #9B9B9B. Windows color (decimal): -7300915 or 13473936. OLE color: 13473936.

HSL color Cylindrical-coordinate representation of color #9098CD: hue angle of 232.13º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9098CD is Cyan = 0.30, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB144152205-
CMYK0.300.2600.20
HSL232.13º37.89%68.43%-
HSV(B)232.13º29.76%80.39%-
XYZ33.7532.7962.31-
YUV155.65155.85119.69-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 28.74%
GREEN value IS 152 (59.77% from 255) = 30.34%
BLUE value IS 205 (80.47% from 255) = 40.92%
R=28.74%
G=30.34%
B=40.92%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1441522050.300.2600.20232.1337.8968.43
Hex9098CD1E1A014e82644
Octal220230315363202435046104
Binary1001000010011000110011011111011010010100111010001001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9098CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9098CD; }

 p { color: rgb(144,152,205); }

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

<style>
 a { background-color: #9098CD; }

 a { background-color: rgb(144,152,205); }

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

<style>
 span { border-color: #9098CD; }

 span { border-color: rgb(144,152,205); }

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