#929DD4

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

Shades of Portage #929DD4

Tints of Portage #929DD4

Color information

#929DD4 (or 0x929DD4) is unknown color: approx Portage. HEX triplet: 92, 9D and D4. RGB value is (146,157,212). Sum of RGB (Red+Green+Blue) = 146+157+212=515 (68% of max value = 765). Red value is 146 (57.42% from 255 or 28.35% from 515); Green value is 157 (61.72% from 255 or 30.49% from 515); Blue value is 212 (83.20% from 255 or 41.17% from 515); Max value from RGB is 212 - color contains mainly: blue. Hex color #929DD4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #929DD4 is #6D622B. Grayscale: #9F9F9F. Windows color (decimal): -7168556 or 13933970. OLE color: 13933970.

HSL color Cylindrical-coordinate representation of color #929DD4: hue angle of 230º degrees, saturation: 0.43, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #929DD4 is Cyan = 0.31, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB146157212-
CMYK0.310.2600.17
HSL230º43.42%70.2%-
HSV(B)230º31.13%83.14%-
XYZ35.7934.9867.15-
YUV159.98157.36118.03-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 28.35%
GREEN value IS 157 (61.72% from 255) = 30.49%
BLUE value IS 212 (83.20% from 255) = 41.17%
R=28.35%
G=30.49%
B=41.17%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1461572120.310.2600.1723043.4270.2
Hex929DD41F1A011e62b46
Octal222235324373202134653106
Binary1001001010011101110101001111111010010001111001101010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929DD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,157,212); }

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

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

 a { background-color: rgb(146,157,212); }

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

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

 span { border-color: rgb(146,157,212); }

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