#9892EE

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

Shades of Portage #9892EE

Tints of Portage #9892EE

Color information

#9892EE (or 0x9892EE) is unknown color: approx Portage. HEX triplet: 98, 92 and EE. RGB value is (152,146,238). Sum of RGB (Red+Green+Blue) = 152+146+238=536 (70% of max value = 765). Red value is 152 (59.77% from 255 or 28.36% from 536); Green value is 146 (57.42% from 255 or 27.24% from 536); Blue value is 238 (93.36% from 255 or 44.40% from 536); Max value from RGB is 238 - color contains mainly: blue. Hex color #9892EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9892EE is #676D11. Grayscale: #9D9D9D. Windows color (decimal): -6778130 or 15635096. OLE color: 15635096.

HSL color Cylindrical-coordinate representation of color #9892EE: hue angle of 243.91º 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 #9892EE is Cyan = 0.36, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB152146238-
CMYK0.360.3900.07
HSL243.91º73.02%75.29%-
HSV(B)243.91º38.66%93.33%-
XYZ38.6633.4185.3-
YUV158.28172.99123.52-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 28.36%
GREEN value IS 146 (57.42% from 255) = 27.24%
BLUE value IS 238 (93.36% from 255) = 44.40%
R=28.36%
G=27.24%
B=44.40%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1521462380.360.3900.07243.9173.0275.29
Hex9892EE242707f4494b
Octal230222356444707364111113
Binary10011000100100101110111010010010011101111111010010010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9892EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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