#909DD4

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

Shades of Portage #909DD4

Tints of Portage #909DD4

Color information

#909DD4 (or 0x909DD4) is unknown color: approx Portage. HEX triplet: 90, 9D and D4. RGB value is (144,157,212). Sum of RGB (Red+Green+Blue) = 144+157+212=513 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.07% from 513); Green value is 157 (61.72% from 255 or 30.60% from 513); Blue value is 212 (83.20% from 255 or 41.33% from 513); Max value from RGB is 212 - color contains mainly: blue. Hex color #909DD4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #909DD4 is #6F622B. Grayscale: #9F9F9F. Windows color (decimal): -7299628 or 13933968. OLE color: 13933968.

HSL color Cylindrical-coordinate representation of color #909DD4: hue angle of 228.53º degrees, saturation: 0.44, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #909DD4 is Cyan = 0.32, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB144157212-
CMYK0.320.2600.17
HSL228.53º44.16%69.8%-
HSV(B)228.53º32.08%83.14%-
XYZ35.4434.867.14-
YUV159.38157.69117.03-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 28.07%
GREEN value IS 157 (61.72% from 255) = 30.60%
BLUE value IS 212 (83.20% from 255) = 41.33%
R=28.07%
G=30.60%
B=41.33%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1441572120.320.2600.17228.5344.1669.8
Hex909DD4201A011e52c46
Octal220235324403202134554106
Binary10010000100111011101010010000011010010001111001011011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #909DD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,157,212); }

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

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

 a { background-color: rgb(144,157,212); }

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

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

 span { border-color: rgb(144,157,212); }

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