#929AE0

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

Shades of Portage #929AE0

Tints of Portage #929AE0

Color information

#929AE0 (or 0x929AE0) is unknown color: approx Portage. HEX triplet: 92, 9A and E0. RGB value is (146,154,224). Sum of RGB (Red+Green+Blue) = 146+154+224=524 (69% of max value = 765). Red value is 146 (57.42% from 255 or 27.86% from 524); Green value is 154 (60.55% from 255 or 29.39% from 524); Blue value is 224 (87.89% from 255 or 42.75% from 524); Max value from RGB is 224 - color contains mainly: blue. Hex color #929AE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #929AE0 is #6D651F. Grayscale: #9F9F9F. Windows color (decimal): -7169312 or 14719634. OLE color: 14719634.

HSL color Cylindrical-coordinate representation of color #929AE0: hue angle of 233.85º degrees, saturation: 0.56, 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 #929AE0 is Cyan = 0.35, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB146154224-
CMYK0.350.3100.12
HSL233.85º55.71%72.55%-
HSV(B)233.85º34.82%87.84%-
XYZ36.8634.675.26-
YUV159.59164.35118.31-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 27.86%
GREEN value IS 154 (60.55% from 255) = 29.39%
BLUE value IS 224 (87.89% from 255) = 42.75%
R=27.86%
G=29.39%
B=42.75%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1461542240.350.3100.12233.8555.7172.55
Hex929AE0231F0Cea3849
Octal222232340433701435270111
Binary1001001010011010111000001000111111101100111010101110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929AE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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