#929ED7

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

Shades of Portage #929ED7

Tints of Portage #929ED7

Color information

#929ED7 (or 0x929ED7) is unknown color: approx Portage. HEX triplet: 92, 9E and D7. RGB value is (146,158,215). Sum of RGB (Red+Green+Blue) = 146+158+215=519 (68% of max value = 765). Red value is 146 (57.42% from 255 or 28.13% from 519); Green value is 158 (62.11% from 255 or 30.44% from 519); Blue value is 215 (84.38% from 255 or 41.43% from 519); Max value from RGB is 215 - color contains mainly: blue. Hex color #929ED7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #929ED7 is #6D6128. Grayscale: #A0A0A0. Windows color (decimal): -7168297 or 14130834. OLE color: 14130834.

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

Color convert

RGB146158215-
CMYK0.320.2700.16
HSL229.57º46.31%70.78%-
HSV(B)229.57º32.09%84.31%-
XYZ36.3535.4769.22-
YUV160.91158.52117.37-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 28.13%
GREEN value IS 158 (62.11% from 255) = 30.44%
BLUE value IS 215 (84.38% from 255) = 41.43%
R=28.13%
G=30.44%
B=41.43%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1461582150.320.2700.16229.5746.3170.78
Hex929ED7201B010e62e47
Octal222236327403302034656107
Binary10010010100111101101011110000011011010000111001101011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929ED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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