#92A1F0

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

Shades of Portage #92A1F0

Tints of Portage #92A1F0

Color information

#92A1F0 (or 0x92A1F0) is unknown color: approx Portage. HEX triplet: 92, A1 and F0. RGB value is (146,161,240). Sum of RGB (Red+Green+Blue) = 146+161+240=547 (72% of max value = 765). Red value is 146 (57.42% from 255 or 26.69% from 547); Green value is 161 (63.28% from 255 or 29.43% from 547); Blue value is 240 (94.14% from 255 or 43.88% from 547); Max value from RGB is 240 - color contains mainly: blue. Hex color #92A1F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #92A1F0 is #6D5E0F. Grayscale: #A5A5A5. Windows color (decimal): -7167504 or 15770002. OLE color: 15770002.

HSL color Cylindrical-coordinate representation of color #92A1F0: hue angle of 230.43º degrees, saturation: 0.76, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #92A1F0 is Cyan = 0.39, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB146161240-
CMYK0.390.3300.06
HSL230.43º75.81%75.69%-
HSV(B)230.43º39.17%94.12%-
XYZ40.3337.8987.63-
YUV165.52170.03114.08-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 26.69%
GREEN value IS 161 (63.28% from 255) = 29.43%
BLUE value IS 240 (94.14% from 255) = 43.88%
R=26.69%
G=29.43%
B=43.88%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1461612400.390.3300.06230.4375.8175.69
Hex92A1F0272106e64c4c
Octal222241360474106346114114
Binary10010010101000011111000010011110000101101110011010011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92A1F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,161,240); }

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

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

 a { background-color: rgb(146,161,240); }

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

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

 span { border-color: rgb(146,161,240); }

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