#92A2EA

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

Shades of Portage #92A2EA

Tints of Portage #92A2EA

Color information

#92A2EA (or 0x92A2EA) is unknown color: approx Portage. HEX triplet: 92, A2 and EA. RGB value is (146,162,234). Sum of RGB (Red+Green+Blue) = 146+162+234=542 (71% of max value = 765). Red value is 146 (57.42% from 255 or 26.94% from 542); Green value is 162 (63.67% from 255 or 29.89% from 542); Blue value is 234 (91.80% from 255 or 43.17% from 542); Max value from RGB is 234 - color contains mainly: blue. Hex color #92A2EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #92A2EA is #6D5D15. Grayscale: #A5A5A5. Windows color (decimal): -7167254 or 15377042. OLE color: 15377042.

HSL color Cylindrical-coordinate representation of color #92A2EA: hue angle of 229.09º degrees, saturation: 0.68, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #92A2EA is Cyan = 0.38, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB146162234-
CMYK0.380.3100.08
HSL229.09º67.69%74.51%-
HSV(B)229.09º37.61%91.76%-
XYZ39.6337.8983.07-
YUV165.42166.7114.15-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 26.94%
GREEN value IS 162 (63.67% from 255) = 29.89%
BLUE value IS 234 (91.80% from 255) = 43.17%
R=26.94%
G=29.89%
B=43.17%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1461622340.380.3100.08229.0967.6974.51
Hex92A2EA261F08e5444b
Octal2222423524637010345104113
Binary10010010101000101110101010011011111010001110010110001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92A2EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92A2EA; }

 p { color: rgb(146,162,234); }

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

<style>
 a { background-color: #92A2EA; }

 a { background-color: rgb(146,162,234); }

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

<style>
 span { border-color: #92A2EA; }

 span { border-color: rgb(146,162,234); }

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