#929ECE

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

Shades of Portage #929ECE

Tints of Portage #929ECE

Color information

#929ECE (or 0x929ECE) is unknown color: approx Portage. HEX triplet: 92, 9E and CE. RGB value is (146,158,206). Sum of RGB (Red+Green+Blue) = 146+158+206=510 (67% of max value = 765). Red value is 146 (57.42% from 255 or 28.63% from 510); Green value is 158 (62.11% from 255 or 30.98% from 510); Blue value is 206 (80.86% from 255 or 40.39% from 510); Max value from RGB is 206 - color contains mainly: blue. Hex color #929ECE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #929ECE is #6D6131. Grayscale: #9F9F9F. Windows color (decimal): -7168306 or 13541010. OLE color: 13541010.

HSL color Cylindrical-coordinate representation of color #929ECE: hue angle of 228º 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 #929ECE is Cyan = 0.29, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB146158206-
CMYK0.290.2300.19
HSL228º37.97%69.02%-
HSV(B)228º29.13%80.78%-
XYZ35.2235.0263.3-
YUV159.88154.02118.1-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 28.63%
GREEN value IS 158 (62.11% from 255) = 30.98%
BLUE value IS 206 (80.86% from 255) = 40.39%
R=28.63%
G=30.98%
B=40.39%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1461582060.290.2300.1922837.9769.02
Hex929ECE1D17013e42645
Octal222236316352702334446105
Binary1001001010011110110011101110110111010011111001001001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929ECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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