#929CCE

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

Shades of Portage #929CCE

Tints of Portage #929CCE

Color information

#929CCE (or 0x929CCE) is unknown color: approx Portage. HEX triplet: 92, 9C and CE. RGB value is (146,156,206). Sum of RGB (Red+Green+Blue) = 146+156+206=508 (67% of max value = 765). Red value is 146 (57.42% from 255 or 28.74% from 508); Green value is 156 (61.33% from 255 or 30.71% from 508); Blue value is 206 (80.86% from 255 or 40.55% from 508); Max value from RGB is 206 - color contains mainly: blue. Hex color #929CCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #929CCE is #6D6331. Grayscale: #9E9E9E. Windows color (decimal): -7168818 or 13540498. OLE color: 13540498.

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

Color convert

RGB146156206-
CMYK0.290.2400.19
HSL230º37.97%69.02%-
HSV(B)230º29.13%80.78%-
XYZ34.8834.3463.18-
YUV158.71154.69118.93-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 28.74%
GREEN value IS 156 (61.33% from 255) = 30.71%
BLUE value IS 206 (80.86% from 255) = 40.55%
R=28.74%
G=30.71%
B=40.55%

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
Decimal1461562060.290.2400.1923037.9769.02
Hex929CCE1D18013e62645
Octal222234316353002334646105
Binary1001001010011100110011101110111000010011111001101001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929CCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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