#929ECA

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

Shades of Portage #929ECA

Tints of Portage #929ECA

Color information

#929ECA (or 0x929ECA) is unknown color: approx Portage. HEX triplet: 92, 9E and CA. RGB value is (146,158,202). Sum of RGB (Red+Green+Blue) = 146+158+202=506 (67% of max value = 765). Red value is 146 (57.42% from 255 or 28.85% from 506); Green value is 158 (62.11% from 255 or 31.23% from 506); Blue value is 202 (79.30% from 255 or 39.92% from 506); Max value from RGB is 202 - color contains mainly: blue. Hex color #929ECA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #929ECA is #6D6135. Grayscale: #9F9F9F. Windows color (decimal): -7168310 or 13278866. OLE color: 13278866.

HSL color Cylindrical-coordinate representation of color #929ECA: hue angle of 227.14º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #929ECA is Cyan = 0.28, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB146158202-
CMYK0.280.2200.21
HSL227.14º34.57%68.24%-
HSV(B)227.14º27.72%79.22%-
XYZ34.7434.8360.77-
YUV159.43152.02118.42-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 28.85%
GREEN value IS 158 (62.11% from 255) = 31.23%
BLUE value IS 202 (79.30% from 255) = 39.92%
R=28.85%
G=31.23%
B=39.92%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1461582020.280.2200.21227.1434.5768.24
Hex929ECA1C16015e32344
Octal222236312342602534343104
Binary1001001010011110110010101110010110010101111000111000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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