#9099CD

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

Shades of Portage #9099CD

Tints of Portage #9099CD

Color information

#9099CD (or 0x9099CD) is unknown color: approx Portage. HEX triplet: 90, 99 and CD. RGB value is (144,153,205). Sum of RGB (Red+Green+Blue) = 144+153+205=502 (66% of max value = 765). Red value is 144 (56.64% from 255 or 28.69% from 502); Green value is 153 (60.16% from 255 or 30.48% from 502); Blue value is 205 (80.47% from 255 or 40.84% from 502); Max value from RGB is 205 - color contains mainly: blue. Hex color #9099CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9099CD is #6F6632. Grayscale: #9C9C9C. Windows color (decimal): -7300659 or 13474192. OLE color: 13474192.

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

Color convert

RGB144153205-
CMYK0.300.2500.20
HSL231.15º37.89%68.43%-
HSV(B)231.15º29.76%80.39%-
XYZ33.9133.1262.36-
YUV156.24155.52119.27-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 28.69%
GREEN value IS 153 (60.16% from 255) = 30.48%
BLUE value IS 205 (80.47% from 255) = 40.84%
R=28.69%
G=30.48%
B=40.84%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1441532050.300.2500.20231.1537.8968.43
Hex9099CD1E19014e72644
Octal220231315363102434746104
Binary1001000010011001110011011111011001010100111001111001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9099CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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