#92A5F1

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

Shades of Portage #92A5F1

Tints of Portage #92A5F1

Color information

#92A5F1 (or 0x92A5F1) is unknown color: approx Portage. HEX triplet: 92, A5 and F1. RGB value is (146,165,241). Sum of RGB (Red+Green+Blue) = 146+165+241=552 (73% of max value = 765). Red value is 146 (57.42% from 255 or 26.45% from 552); Green value is 165 (64.84% from 255 or 29.89% from 552); Blue value is 241 (94.53% from 255 or 43.66% from 552); Max value from RGB is 241 - color contains mainly: blue. Hex color #92A5F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #92A5F1 is #6D5A0E. Grayscale: #A7A7A7. Windows color (decimal): -7166479 or 15836562. OLE color: 15836562.

HSL color Cylindrical-coordinate representation of color #92A5F1: hue angle of 228º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #92A5F1 is Cyan = 0.39, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB146165241-
CMYK0.390.3200.05
HSL228º77.24%75.88%-
HSV(B)228º39.42%94.51%-
XYZ41.1939.3788.65-
YUV167.98169.21112.32-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 26.45%
GREEN value IS 165 (64.84% from 255) = 29.89%
BLUE value IS 241 (94.53% from 255) = 43.66%
R=26.45%
G=29.89%
B=43.66%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1461652410.390.3200.0522877.2475.88
Hex92A5F1272005e44d4c
Octal222245361474005344115114
Binary10010010101001011111000110011110000001011110010010011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92A5F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,165,241); }

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

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

 a { background-color: rgb(146,165,241); }

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

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

 span { border-color: rgb(146,165,241); }

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