#929FD2

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

Shades of Portage #929FD2

Tints of Portage #929FD2

Color information

#929FD2 (or 0x929FD2) is unknown color: approx Portage. HEX triplet: 92, 9F and D2. RGB value is (146,159,210). Sum of RGB (Red+Green+Blue) = 146+159+210=515 (68% of max value = 765). Red value is 146 (57.42% from 255 or 28.35% from 515); Green value is 159 (62.5% from 255 or 30.87% from 515); Blue value is 210 (82.42% from 255 or 40.78% from 515); Max value from RGB is 210 - color contains mainly: blue. Hex color #929FD2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #929FD2 is #6D602D. Grayscale: #A0A0A0. Windows color (decimal): -7168046 or 13803410. OLE color: 13803410.

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

Color convert

RGB146159210-
CMYK0.300.2400.18
HSL227.81º41.56%69.8%-
HSV(B)227.81º30.48%82.35%-
XYZ35.8935.5665.95-
YUV160.93155.69117.35-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 28.35%
GREEN value IS 159 (62.5% from 255) = 30.87%
BLUE value IS 210 (82.42% from 255) = 40.78%
R=28.35%
G=30.87%
B=40.78%

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
Decimal1461592100.300.2400.18227.8141.5669.8
Hex929FD21E18012e42a46
Octal222237322363002234452106
Binary1001001010011111110100101111011000010010111001001010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929FD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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