#929ACE

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

Shades of Portage #929ACE

Tints of Portage #929ACE

Color information

#929ACE (or 0x929ACE) is unknown color: approx Portage. HEX triplet: 92, 9A and CE. RGB value is (146,154,206). Sum of RGB (Red+Green+Blue) = 146+154+206=506 (67% of max value = 765). Red value is 146 (57.42% from 255 or 28.85% from 506); Green value is 154 (60.55% from 255 or 30.43% from 506); Blue value is 206 (80.86% from 255 or 40.71% from 506); Max value from RGB is 206 - color contains mainly: blue. Hex color #929ACE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #929ACE is #6D6531. Grayscale: #9D9D9D. Windows color (decimal): -7169330 or 13539986. OLE color: 13539986.

HSL color Cylindrical-coordinate representation of color #929ACE: hue angle of 232º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #929ACE is Cyan = 0.29, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB146154206-
CMYK0.290.2500.19
HSL232º37.97%69.02%-
HSV(B)232º29.13%80.78%-
XYZ34.5533.6863.07-
YUV157.54155.35119.77-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 28.85%
GREEN value IS 154 (60.55% from 255) = 30.43%
BLUE value IS 206 (80.86% from 255) = 40.71%
R=28.85%
G=30.43%
B=40.71%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1461542060.290.2500.1923237.9769.02
Hex929ACE1D19013e82645
Octal222232316353102335046105
Binary1001001010011010110011101110111001010011111010001001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929ACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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