#929dd2

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

Shades of Portage #929DD2

Tints of Portage #929DD2

Color information

#929DD2 (or 0x929DD2) is unknown color: approx Portage. HEX triplet: 92, 9D and D2. RGB value is (146,157,210). Sum of RGB (Red+Green+Blue) = 146+157+210=513 (67% of max value = 765). Red value is 146 (57.42% from 255 or 28.46% from 513); Green value is 157 (61.72% from 255 or 30.60% from 513); Blue value is 210 (82.42% from 255 or 40.94% from 513); Max value from RGB is 210 - color contains mainly: blue. Hex color #929DD2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #929DD2 is #6D622D. Grayscale: #9F9F9F. Windows color (decimal): -7168558 or 13802898. OLE color: 13802898.

HSL color Cylindrical-coordinate representation of color #929DD2: hue angle of 229.69º 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 #929DD2 is Cyan = 0.30, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB146157210-
CMYK0.300.2500.18
HSL229.69º41.56%69.8%-
HSV(B)229.69º30.48%82.35%-
XYZ35.5434.8865.83-
YUV159.75156.36118.19-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 28.46%
GREEN value IS 157 (61.72% from 255) = 30.60%
BLUE value IS 210 (82.42% from 255) = 40.94%
R=28.46%
G=30.60%
B=40.94%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1461572100.300.2500.18229.6941.5669.8
Hex929DD21E19012e62a46
Octal222235322363102234652106
Binary1001001010011101110100101111011001010010111001101010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929dd2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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