#919ACC

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

Shades of Portage #919ACC

Tints of Portage #919ACC

Color information

#919ACC (or 0x919ACC) is unknown color: approx Portage. HEX triplet: 91, 9A and CC. RGB value is (145,154,204). Sum of RGB (Red+Green+Blue) = 145+154+204=503 (66% of max value = 765). Red value is 145 (57.03% from 255 or 28.83% from 503); Green value is 154 (60.55% from 255 or 30.62% from 503); Blue value is 204 (80.08% from 255 or 40.56% from 503); Max value from RGB is 204 - color contains mainly: blue. Hex color #919ACC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #919ACC is #6E6533. Grayscale: #9C9C9C. Windows color (decimal): -7234868 or 13408913. OLE color: 13408913.

HSL color Cylindrical-coordinate representation of color #919ACC: hue angle of 230.85º 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 #919ACC is Cyan = 0.29, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB145154204-
CMYK0.290.2500.2
HSL230.85º36.65%68.43%-
HSV(B)230.85º28.92%80%-
XYZ34.1333.4961.79-
YUV157.01154.52119.43-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 28.83%
GREEN value IS 154 (60.55% from 255) = 30.62%
BLUE value IS 204 (80.08% from 255) = 40.56%
R=28.83%
G=30.62%
B=40.56%

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
Decimal1451542040.290.2500.2230.8536.6568.43
Hex919ACC1D19014e72544
Octal221232314353102434745104
Binary1001000110011010110011001110111001010100111001111001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #919ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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