#909ACC

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

Shades of Portage #909ACC

Tints of Portage #909ACC

Color information

#909ACC (or 0x909ACC) is unknown color: approx Portage. HEX triplet: 90, 9A and CC. RGB value is (144,154,204). Sum of RGB (Red+Green+Blue) = 144+154+204=502 (66% of max value = 765). Red value is 144 (56.64% from 255 or 28.69% from 502); Green value is 154 (60.55% from 255 or 30.68% from 502); Blue value is 204 (80.08% from 255 or 40.64% from 502); Max value from RGB is 204 - color contains mainly: blue. Hex color #909ACC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #909ACC is #6F6533. Grayscale: #9C9C9C. Windows color (decimal): -7300404 or 13408912. OLE color: 13408912.

HSL color Cylindrical-coordinate representation of color #909ACC: hue angle of 230º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #909ACC is Cyan = 0.29, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB144154204-
CMYK0.290.2500.2
HSL230º37.04%68.24%-
HSV(B)230º29.41%80%-
XYZ33.9633.461.78-
YUV156.71154.69118.93-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 28.69%
GREEN value IS 154 (60.55% from 255) = 30.68%
BLUE value IS 204 (80.08% from 255) = 40.64%
R=28.69%
G=30.68%
B=40.64%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1441542040.290.2500.223037.0468.24
Hex909ACC1D19014e62544
Octal220232314353102434645104
Binary1001000010011010110011001110111001010100111001101001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #909ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,154,204); }

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

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

 a { background-color: rgb(144,154,204); }

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

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

 span { border-color: rgb(144,154,204); }

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