#9492F1

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

Shades of Portage #9492F1

Tints of Portage #9492F1

Color information

#9492F1 (or 0x9492F1) is unknown color: approx Portage. HEX triplet: 94, 92 and F1. RGB value is (148,146,241). Sum of RGB (Red+Green+Blue) = 148+146+241=535 (70% of max value = 765). Red value is 148 (58.20% from 255 or 27.66% from 535); Green value is 146 (57.42% from 255 or 27.29% from 535); Blue value is 241 (94.53% from 255 or 45.05% from 535); Max value from RGB is 241 - color contains mainly: blue. Hex color #9492F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9492F1 is #6B6D0E. Grayscale: #9D9D9D. Windows color (decimal): -7040271 or 15831700. OLE color: 15831700.

HSL color Cylindrical-coordinate representation of color #9492F1: hue angle of 241.26º 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 #9492F1 is Cyan = 0.39, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB148146241-
CMYK0.390.3900.05
HSL241.26º77.24%75.88%-
HSV(B)241.26º39.42%94.51%-
XYZ38.3733.287.61-
YUV157.43175.16121.28-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 27.66%
GREEN value IS 146 (57.42% from 255) = 27.29%
BLUE value IS 241 (94.53% from 255) = 45.05%
R=27.66%
G=27.29%
B=45.05%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1481462410.390.3900.05241.2677.2475.88
Hex9492F1272705f14d4c
Octal224222361474705361115114
Binary10010100100100101111000110011110011101011111000110011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9492F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9492F1; }

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

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

<style>
 a { background-color: #9492F1; }

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

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

<style>
 span { border-color: #9492F1; }

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

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