#929ECF

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

Shades of Portage #929ECF

Tints of Portage #929ECF

Color information

#929ECF (or 0x929ECF) is unknown color: approx Portage. HEX triplet: 92, 9E and CF. RGB value is (146,158,207). Sum of RGB (Red+Green+Blue) = 146+158+207=511 (67% of max value = 765). Red value is 146 (57.42% from 255 or 28.57% from 511); Green value is 158 (62.11% from 255 or 30.92% from 511); Blue value is 207 (81.25% from 255 or 40.51% from 511); Max value from RGB is 207 - color contains mainly: blue. Hex color #929ECF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #929ECF is #6D6130. Grayscale: #9F9F9F. Windows color (decimal): -7168305 or 13606546. OLE color: 13606546.

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

Color convert

RGB146158207-
CMYK0.290.2400.19
HSL228.2º38.85%69.22%-
HSV(B)228.2º29.47%81.18%-
XYZ35.3435.0763.94-
YUV160154.52118.02-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 28.57%
GREEN value IS 158 (62.11% from 255) = 30.92%
BLUE value IS 207 (81.25% from 255) = 40.51%
R=28.57%
G=30.92%
B=40.51%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1461582070.290.2400.19228.238.8569.22
Hex929ECF1D18013e42745
Octal222236317353002334447105
Binary1001001010011110110011111110111000010011111001001001111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929ECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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