#929FD7

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

Shades of Portage #929FD7

Tints of Portage #929FD7

Color information

#929FD7 (or 0x929FD7) is unknown color: approx Portage. HEX triplet: 92, 9F and D7. RGB value is (146,159,215). Sum of RGB (Red+Green+Blue) = 146+159+215=520 (68% of max value = 765). Red value is 146 (57.42% from 255 or 28.08% from 520); Green value is 159 (62.5% from 255 or 30.58% from 520); Blue value is 215 (84.38% from 255 or 41.35% from 520); Max value from RGB is 215 - color contains mainly: blue. Hex color #929FD7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #929FD7 is #6D6028. Grayscale: #A1A1A1. Windows color (decimal): -7168041 or 14131090. OLE color: 14131090.

HSL color Cylindrical-coordinate representation of color #929FD7: hue angle of 228.7º degrees, saturation: 0.46, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #929FD7 is Cyan = 0.32, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB146159215-
CMYK0.320.2600.16
HSL228.7º46.31%70.78%-
HSV(B)228.7º32.09%84.31%-
XYZ36.5235.8169.28-
YUV161.5158.19116.95-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 28.08%
GREEN value IS 159 (62.5% from 255) = 30.58%
BLUE value IS 215 (84.38% from 255) = 41.35%
R=28.08%
G=30.58%
B=41.35%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1461592150.320.2600.16228.746.3170.78
Hex929FD7201A010e52e47
Octal222237327403202034556107
Binary10010010100111111101011110000011010010000111001011011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929FD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,159,215); }

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

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

 a { background-color: rgb(146,159,215); }

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

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

 span { border-color: rgb(146,159,215); }

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