#909CD9

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

Shades of Portage #909CD9

Tints of Portage #909CD9

Color information

#909CD9 (or 0x909CD9) is unknown color: approx Portage. HEX triplet: 90, 9C and D9. RGB value is (144,156,217). Sum of RGB (Red+Green+Blue) = 144+156+217=517 (68% of max value = 765). Red value is 144 (56.64% from 255 or 27.85% from 517); Green value is 156 (61.33% from 255 or 30.17% from 517); Blue value is 217 (85.16% from 255 or 41.97% from 517); Max value from RGB is 217 - color contains mainly: blue. Hex color #909CD9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #909CD9 is #6F6326. Grayscale: #9F9F9F. Windows color (decimal): -7299879 or 14261392. OLE color: 14261392.

HSL color Cylindrical-coordinate representation of color #909CD9: hue angle of 230.14º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #909CD9 is Cyan = 0.34, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB144156217-
CMYK0.340.2800.15
HSL230.14º48.99%70.78%-
HSV(B)230.14º33.64%85.1%-
XYZ35.9134.7270.45-
YUV159.37160.52117.04-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 27.85%
GREEN value IS 156 (61.33% from 255) = 30.17%
BLUE value IS 217 (85.16% from 255) = 41.97%
R=27.85%
G=30.17%
B=41.97%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1441562170.340.2800.15230.1448.9970.78
Hex909CD9221C0Fe63147
Octal220234331423401734661107
Binary1001000010011100110110011000101110001111111001101100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #909CD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #909CD9; }

 p { color: rgb(144,156,217); }

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

<style>
 a { background-color: #909CD9; }

 a { background-color: rgb(144,156,217); }

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

<style>
 span { border-color: #909CD9; }

 span { border-color: rgb(144,156,217); }

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