#929BD9

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

Shades of Portage #929BD9

Tints of Portage #929BD9

Color information

#929BD9 (or 0x929BD9) is unknown color: approx Portage. HEX triplet: 92, 9B and D9. RGB value is (146,155,217). Sum of RGB (Red+Green+Blue) = 146+155+217=518 (68% of max value = 765). Red value is 146 (57.42% from 255 or 28.19% from 518); Green value is 155 (60.94% from 255 or 29.92% from 518); Blue value is 217 (85.16% from 255 or 41.89% from 518); Max value from RGB is 217 - color contains mainly: blue. Hex color #929BD9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #929BD9 is #6D6426. Grayscale: #9F9F9F. Windows color (decimal): -7169063 or 14261138. OLE color: 14261138.

HSL color Cylindrical-coordinate representation of color #929BD9: hue angle of 232.39º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #929BD9 is Cyan = 0.33, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB146155217-
CMYK0.330.2900.15
HSL232.39º48.3%71.18%-
HSV(B)232.39º32.72%85.1%-
XYZ36.134.5670.41-
YUV159.38160.52118.46-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 28.19%
GREEN value IS 155 (60.94% from 255) = 29.92%
BLUE value IS 217 (85.16% from 255) = 41.89%
R=28.19%
G=29.92%
B=41.89%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1461552170.330.2900.15232.3948.371.18
Hex929BD9211D0Fe83047
Octal222233331413501735060107
Binary1001001010011011110110011000011110101111111010001100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929BD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,155,217); }

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

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

 a { background-color: rgb(146,155,217); }

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

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

 span { border-color: rgb(146,155,217); }

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