#9592EF

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

Shades of Portage #9592EF

Tints of Portage #9592EF

Color information

#9592EF (or 0x9592EF) is unknown color: approx Portage. HEX triplet: 95, 92 and EF. RGB value is (149,146,239). Sum of RGB (Red+Green+Blue) = 149+146+239=534 (70% of max value = 765). Red value is 149 (58.59% from 255 or 27.90% from 534); Green value is 146 (57.42% from 255 or 27.34% from 534); Blue value is 239 (93.75% from 255 or 44.76% from 534); Max value from RGB is 239 - color contains mainly: blue. Hex color #9592EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9592EF is #6A6D10. Grayscale: #9D9D9D. Windows color (decimal): -6974737 or 15700629. OLE color: 15700629.

HSL color Cylindrical-coordinate representation of color #9592EF: hue angle of 241.94º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9592EF is Cyan = 0.38, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB149146239-
CMYK0.380.3900.06
HSL241.94º74.4%75.49%-
HSV(B)241.94º38.91%93.73%-
XYZ38.2533.1886.05-
YUV157.5173.99121.94-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 27.90%
GREEN value IS 146 (57.42% from 255) = 27.34%
BLUE value IS 239 (93.75% from 255) = 44.76%
R=27.90%
G=27.34%
B=44.76%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1491462390.380.3900.06241.9474.475.49
Hex9592EF262706f24a4b
Octal225222357464706362112113
Binary10010101100100101110111110011010011101101111001010010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9592EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9592EF; }

 p { color: rgb(149,146,239); }

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

<style>
 a { background-color: #9592EF; }

 a { background-color: rgb(149,146,239); }

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

<style>
 span { border-color: #9592EF; }

 span { border-color: rgb(149,146,239); }

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