#9097CD

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

Shades of Portage #9097CD

Tints of Portage #9097CD

Color information

#9097CD (or 0x9097CD) is unknown color: approx Portage. HEX triplet: 90, 97 and CD. RGB value is (144,151,205). Sum of RGB (Red+Green+Blue) = 144+151+205=500 (66% of max value = 765). Red value is 144 (56.64% from 255 or 28.8% from 500); Green value is 151 (59.38% from 255 or 30.2% from 500); Blue value is 205 (80.47% from 255 or 41% from 500); Max value from RGB is 205 - color contains mainly: blue. Hex color #9097CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9097CD is #6F6832. Grayscale: #9A9A9A. Windows color (decimal): -7301171 or 13473680. OLE color: 13473680.

HSL color Cylindrical-coordinate representation of color #9097CD: hue angle of 233.11º 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 #9097CD is Cyan = 0.30, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB144151205-
CMYK0.300.2600.20
HSL233.11º37.89%68.43%-
HSV(B)233.11º29.76%80.39%-
XYZ33.5932.4762.25-
YUV155.06156.18120.11-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 28.8%
GREEN value IS 151 (59.38% from 255) = 30.2%
BLUE value IS 205 (80.47% from 255) = 41%
R=28.8%
G=30.2%
B=41%

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
Decimal1441512050.300.2600.20233.1137.8968.43
Hex9097CD1E1A014e92644
Octal220227315363202435146104
Binary1001000010010111110011011111011010010100111010011001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9097CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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