#929AE1

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

Shades of Portage #929AE1

Tints of Portage #929AE1

Color information

#929AE1 (or 0x929AE1) is unknown color: approx Portage. HEX triplet: 92, 9A and E1. RGB value is (146,154,225). Sum of RGB (Red+Green+Blue) = 146+154+225=525 (69% of max value = 765). Red value is 146 (57.42% from 255 or 27.81% from 525); Green value is 154 (60.55% from 255 or 29.33% from 525); Blue value is 225 (88.28% from 255 or 42.86% from 525); Max value from RGB is 225 - color contains mainly: blue. Hex color #929AE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #929AE1 is #6D651E. Grayscale: #9F9F9F. Windows color (decimal): -7169311 or 14785170. OLE color: 14785170.

HSL color Cylindrical-coordinate representation of color #929AE1: hue angle of 233.92º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #929AE1 is Cyan = 0.35, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB146154225-
CMYK0.350.3200.12
HSL233.92º56.83%72.75%-
HSV(B)233.92º35.11%88.24%-
XYZ3734.6675.97-
YUV159.7164.85118.23-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 27.81%
GREEN value IS 154 (60.55% from 255) = 29.33%
BLUE value IS 225 (88.28% from 255) = 42.86%
R=27.81%
G=29.33%
B=42.86%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1461542250.350.3200.12233.9256.8372.75
Hex929AE123200Cea3949
Octal222232341434001435271111
Binary10010010100110101110000110001110000001100111010101110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929AE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,154,225); }

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

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

 a { background-color: rgb(146,154,225); }

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

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

 span { border-color: rgb(146,154,225); }

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