#929FCE

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

Shades of Portage #929FCE

Tints of Portage #929FCE

Color information

#929FCE (or 0x929FCE) is unknown color: approx Portage. HEX triplet: 92, 9F and CE. RGB value is (146,159,206). Sum of RGB (Red+Green+Blue) = 146+159+206=511 (67% of max value = 765). Red value is 146 (57.42% from 255 or 28.57% from 511); Green value is 159 (62.5% from 255 or 31.12% from 511); Blue value is 206 (80.86% from 255 or 40.31% from 511); Max value from RGB is 206 - color contains mainly: blue. Hex color #929FCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #929FCE is #6D6031. Grayscale: #A0A0A0. Windows color (decimal): -7168050 or 13541266. OLE color: 13541266.

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

Color convert

RGB146159206-
CMYK0.290.2300.19
HSL227º37.97%69.02%-
HSV(B)227º29.13%80.78%-
XYZ35.3935.3663.35-
YUV160.47153.69117.68-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 28.57%
GREEN value IS 159 (62.5% from 255) = 31.12%
BLUE value IS 206 (80.86% from 255) = 40.31%
R=28.57%
G=31.12%
B=40.31%

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
Decimal1461592060.290.2300.1922737.9769.02
Hex929FCE1D17013e32645
Octal222237316352702334346105
Binary1001001010011111110011101110110111010011111000111001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929FCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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