#909BCD

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

Shades of Portage #909BCD

Tints of Portage #909BCD

Color information

#909BCD (or 0x909BCD) is unknown color: approx Portage. HEX triplet: 90, 9B and CD. RGB value is (144,155,205). Sum of RGB (Red+Green+Blue) = 144+155+205=504 (66% of max value = 765). Red value is 144 (56.64% from 255 or 28.57% from 504); Green value is 155 (60.94% from 255 or 30.75% from 504); Blue value is 205 (80.47% from 255 or 40.67% from 504); Max value from RGB is 205 - color contains mainly: blue. Hex color #909BCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #909BCD is #6F6432. Grayscale: #9D9D9D. Windows color (decimal): -7300147 or 13474704. OLE color: 13474704.

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

Color convert

RGB144155205-
CMYK0.300.2400.20
HSL229.18º37.89%68.43%-
HSV(B)229.18º29.76%80.39%-
XYZ34.2433.7862.47-
YUV157.41154.86118.43-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 28.57%
GREEN value IS 155 (60.94% from 255) = 30.75%
BLUE value IS 205 (80.47% from 255) = 40.67%
R=28.57%
G=30.75%
B=40.67%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1441552050.300.2400.20229.1837.8968.43
Hex909BCD1E18014e52644
Octal220233315363002434546104
Binary1001000010011011110011011111011000010100111001011001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #909BCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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