#919CCC

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

Shades of Portage #919CCC

Tints of Portage #919CCC

Color information

#919CCC (or 0x919CCC) is unknown color: approx Portage. HEX triplet: 91, 9C and CC. RGB value is (145,156,204). Sum of RGB (Red+Green+Blue) = 145+156+204=505 (66% of max value = 765). Red value is 145 (57.03% from 255 or 28.71% from 505); Green value is 156 (61.33% from 255 or 30.89% from 505); Blue value is 204 (80.08% from 255 or 40.40% from 505); Max value from RGB is 204 - color contains mainly: blue. Hex color #919CCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #919CCC is #6E6333. Grayscale: #9D9D9D. Windows color (decimal): -7234356 or 13409425. OLE color: 13409425.

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

Color convert

RGB145156204-
CMYK0.290.2400.2
HSL228.81º36.65%68.43%-
HSV(B)228.81º28.92%80%-
XYZ34.4634.1661.9-
YUV158.18153.86118.6-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 28.71%
GREEN value IS 156 (61.33% from 255) = 30.89%
BLUE value IS 204 (80.08% from 255) = 40.40%
R=28.71%
G=30.89%
B=40.40%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1451562040.290.2400.2228.8136.6568.43
Hex919CCC1D18014e52544
Octal221234314353002434545104
Binary1001000110011100110011001110111000010100111001011001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #919CCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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