#929EE2

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

Shades of Portage #929EE2

Tints of Portage #929EE2

Color information

#929EE2 (or 0x929EE2) is unknown color: approx Portage. HEX triplet: 92, 9E and E2. RGB value is (146,158,226). Sum of RGB (Red+Green+Blue) = 146+158+226=530 (70% of max value = 765). Red value is 146 (57.42% from 255 or 27.55% from 530); Green value is 158 (62.11% from 255 or 29.81% from 530); Blue value is 226 (88.67% from 255 or 42.64% from 530); Max value from RGB is 226 - color contains mainly: blue. Hex color #929EE2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #929EE2 is #6D611D. Grayscale: #A1A1A1. Windows color (decimal): -7168286 or 14851730. OLE color: 14851730.

HSL color Cylindrical-coordinate representation of color #929EE2: hue angle of 231º degrees, saturation: 0.58, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #929EE2 is Cyan = 0.35, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB146158226-
CMYK0.350.3000.11
HSL231º57.97%72.94%-
HSV(B)231º35.4%88.63%-
XYZ37.8136.0676.92-
YUV162.16164.02116.47-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 27.55%
GREEN value IS 158 (62.11% from 255) = 29.81%
BLUE value IS 226 (88.67% from 255) = 42.64%
R=27.55%
G=29.81%
B=42.64%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1461582260.350.3000.1123157.9772.94
Hex929EE2231E0Be73a49
Octal222236342433601334772111
Binary1001001010011110111000101000111111001011111001111110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929EE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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