#929AD7

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

Shades of Portage #929AD7

Tints of Portage #929AD7

Color information

#929AD7 (or 0x929AD7) is unknown color: approx Portage. HEX triplet: 92, 9A and D7. RGB value is (146,154,215). Sum of RGB (Red+Green+Blue) = 146+154+215=515 (68% of max value = 765). Red value is 146 (57.42% from 255 or 28.35% from 515); Green value is 154 (60.55% from 255 or 29.90% from 515); Blue value is 215 (84.38% from 255 or 41.75% from 515); Max value from RGB is 215 - color contains mainly: blue. Hex color #929AD7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #929AD7 is #6D6528. Grayscale: #9E9E9E. Windows color (decimal): -7169321 or 14129810. OLE color: 14129810.

HSL color Cylindrical-coordinate representation of color #929AD7: hue angle of 233.04º 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 #929AD7 is Cyan = 0.32, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB146154215-
CMYK0.320.2800.16
HSL233.04º46.31%70.78%-
HSV(B)233.04º32.09%84.31%-
XYZ35.6834.1369-
YUV158.56159.85119.04-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 28.35%
GREEN value IS 154 (60.55% from 255) = 29.90%
BLUE value IS 215 (84.38% from 255) = 41.75%
R=28.35%
G=29.90%
B=41.75%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1461542150.320.2800.16233.0446.3170.78
Hex929AD7201C010e92e47
Octal222232327403402035156107
Binary10010010100110101101011110000011100010000111010011011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929AD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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