#9892F7

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

Shades of Portage #9892F7

Tints of Portage #9892F7

Color information

#9892F7 (or 0x9892F7) is unknown color: approx Portage. HEX triplet: 98, 92 and F7. RGB value is (152,146,247). Sum of RGB (Red+Green+Blue) = 152+146+247=545 (72% of max value = 765). Red value is 152 (59.77% from 255 or 27.89% from 545); Green value is 146 (57.42% from 255 or 26.79% from 545); Blue value is 247 (96.88% from 255 or 45.32% from 545); Max value from RGB is 247 - color contains mainly: blue. Hex color #9892F7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9892F7 is #676D08. Grayscale: #9E9E9E. Windows color (decimal): -6778121 or 16224920. OLE color: 16224920.

HSL color Cylindrical-coordinate representation of color #9892F7: hue angle of 243.56º degrees, saturation: 0.86, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9892F7 is Cyan = 0.38, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB152146247-
CMYK0.380.4100.03
HSL243.56º86.32%77.06%-
HSV(B)243.56º40.89%96.86%-
XYZ40.0233.9592.44-
YUV159.31177.49122.79-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 27.89%
GREEN value IS 146 (57.42% from 255) = 26.79%
BLUE value IS 247 (96.88% from 255) = 45.32%
R=27.89%
G=26.79%
B=45.32%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1521462470.380.4100.03243.5686.3277.06
Hex9892F7262903f4564d
Octal230222367465103364126115
Binary1001100010010010111101111001101010010111111010010101101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9892F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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