#909DCD

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

Shades of Portage #909DCD

Tints of Portage #909DCD

Color information

#909DCD (or 0x909DCD) is unknown color: approx Portage. HEX triplet: 90, 9D and CD. RGB value is (144,157,205). Sum of RGB (Red+Green+Blue) = 144+157+205=506 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.46% from 506); Green value is 157 (61.72% from 255 or 31.03% from 506); Blue value is 205 (80.47% from 255 or 40.51% from 506); Max value from RGB is 205 - color contains mainly: blue. Hex color #909DCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #909DCD is #6F6232. Grayscale: #9E9E9E. Windows color (decimal): -7299635 or 13475216. OLE color: 13475216.

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

Color convert

RGB144157205-
CMYK0.300.2300.20
HSL227.21º37.89%68.43%-
HSV(B)227.21º29.76%80.39%-
XYZ34.5834.4562.58-
YUV158.58154.19117.6-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 28.46%
GREEN value IS 157 (61.72% from 255) = 31.03%
BLUE value IS 205 (80.47% from 255) = 40.51%
R=28.46%
G=31.03%
B=40.51%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1441572050.300.2300.20227.2137.8968.43
Hex909DCD1E17014e32644
Octal220235315362702434346104
Binary1001000010011101110011011111010111010100111000111001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #909DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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