#929FD0

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

Shades of Portage #929FD0

Tints of Portage #929FD0

Color information

#929FD0 (or 0x929FD0) is unknown color: approx Portage. HEX triplet: 92, 9F and D0. RGB value is (146,159,208). Sum of RGB (Red+Green+Blue) = 146+159+208=513 (67% of max value = 765). Red value is 146 (57.42% from 255 or 28.46% from 513); Green value is 159 (62.5% from 255 or 30.99% from 513); Blue value is 208 (81.64% from 255 or 40.55% from 513); Max value from RGB is 208 - color contains mainly: blue. Hex color #929FD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #929FD0 is #6D602F. Grayscale: #A0A0A0. Windows color (decimal): -7168048 or 13672338. OLE color: 13672338.

HSL color Cylindrical-coordinate representation of color #929FD0: hue angle of 227.42º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #929FD0 is Cyan = 0.30, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB146159208-
CMYK0.300.2400.18
HSL227.42º39.74%69.41%-
HSV(B)227.42º29.81%81.57%-
XYZ35.6435.4664.64-
YUV160.7154.69117.52-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 28.46%
GREEN value IS 159 (62.5% from 255) = 30.99%
BLUE value IS 208 (81.64% from 255) = 40.55%
R=28.46%
G=30.99%
B=40.55%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1461592080.300.2400.18227.4239.7469.41
Hex929FD01E18012e32845
Octal222237320363002234350105
Binary1001001010011111110100001111011000010010111000111010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929FD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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