#9092EE

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

Shades of Portage #9092EE

Tints of Portage #9092EE

Color information

#9092EE (or 0x9092EE) is unknown color: approx Portage. HEX triplet: 90, 92 and EE. RGB value is (144,146,238). Sum of RGB (Red+Green+Blue) = 144+146+238=528 (69% of max value = 765). Red value is 144 (56.64% from 255 or 27.27% from 528); Green value is 146 (57.42% from 255 or 27.65% from 528); Blue value is 238 (93.36% from 255 or 45.08% from 528); Max value from RGB is 238 - color contains mainly: blue. Hex color #9092EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9092EE is #6F6D11. Grayscale: #9B9B9B. Windows color (decimal): -7302418 or 15635088. OLE color: 15635088.

HSL color Cylindrical-coordinate representation of color #9092EE: hue angle of 238.72º degrees, saturation: 0.73, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9092EE is Cyan = 0.39, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB144146238-
CMYK0.390.3900.07
HSL238.72º73.44%74.9%-
HSV(B)238.72º39.5%93.33%-
XYZ37.2132.6685.23-
YUV155.89174.34119.52-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 27.27%
GREEN value IS 146 (57.42% from 255) = 27.65%
BLUE value IS 238 (93.36% from 255) = 45.08%
R=27.27%
G=27.65%
B=45.08%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1441462380.390.3900.07238.7273.4474.9
Hex9092EE272707ef494b
Octal220222356474707357111113
Binary10010000100100101110111010011110011101111110111110010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9092EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9092EE; }

 p { color: rgb(144,146,238); }

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

<style>
 a { background-color: #9092EE; }

 a { background-color: rgb(144,146,238); }

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

<style>
 span { border-color: #9092EE; }

 span { border-color: rgb(144,146,238); }

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