#929DC7

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

Shades of Portage #929DC7

Tints of Portage #929DC7

Color information

#929DC7 (or 0x929DC7) is unknown color: approx Portage. HEX triplet: 92, 9D and C7. RGB value is (146,157,199). Sum of RGB (Red+Green+Blue) = 146+157+199=502 (66% of max value = 765). Red value is 146 (57.42% from 255 or 29.08% from 502); Green value is 157 (61.72% from 255 or 31.27% from 502); Blue value is 199 (78.12% from 255 or 39.64% from 502); Max value from RGB is 199 - color contains mainly: blue. Hex color #929DC7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #929DC7 is #6D6238. Grayscale: #9E9E9E. Windows color (decimal): -7168569 or 13082002. OLE color: 13082002.

HSL color Cylindrical-coordinate representation of color #929DC7: hue angle of 227.55º degrees, saturation: 0.32, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #929DC7 is Cyan = 0.27, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB146157199-
CMYK0.270.2100.22
HSL227.55º32.12%67.65%-
HSV(B)227.55º26.63%78.04%-
XYZ34.2234.3558.86-
YUV158.5150.86119.08-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 29.08%
GREEN value IS 157 (61.72% from 255) = 31.27%
BLUE value IS 199 (78.12% from 255) = 39.64%
R=29.08%
G=31.27%
B=39.64%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1461571990.270.2100.22227.5532.1267.65
Hex929DC71B15016e42044
Octal222235307332502634440104
Binary1001001010011101110001111101110101010110111001001000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929DC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #929DC7; }

 p { color: rgb(146,157,199); }

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

<style>
 a { background-color: #929DC7; }

 a { background-color: rgb(146,157,199); }

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

<style>
 span { border-color: #929DC7; }

 span { border-color: rgb(146,157,199); }

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