#9892F8

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

Shades of Portage #9892F8

Tints of Portage #9892F8

Color information

#9892F8 (or 0x9892F8) is unknown color: approx Portage. HEX triplet: 98, 92 and F8. RGB value is (152,146,248). Sum of RGB (Red+Green+Blue) = 152+146+248=546 (72% of max value = 765). Red value is 152 (59.77% from 255 or 27.84% from 546); Green value is 146 (57.42% from 255 or 26.74% from 546); Blue value is 248 (97.27% from 255 or 45.42% from 546); Max value from RGB is 248 - color contains mainly: blue. Hex color #9892F8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9892F8 is #676D07. Grayscale: #9F9F9F. Windows color (decimal): -6778120 or 16290456. OLE color: 16290456.

HSL color Cylindrical-coordinate representation of color #9892F8: hue angle of 243.53º degrees, saturation: 0.88, 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 #9892F8 is Cyan = 0.39, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB152146248-
CMYK0.390.4100.03
HSL243.53º87.93%77.25%-
HSV(B)243.53º41.13%97.25%-
XYZ40.1734.0193.25-
YUV159.42177.99122.71-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 27.84%
GREEN value IS 146 (57.42% from 255) = 26.74%
BLUE value IS 248 (97.27% from 255) = 45.42%
R=27.84%
G=26.74%
B=45.42%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1521462480.390.4100.03243.5387.9377.25
Hex9892F8272903f4584d
Octal230222370475103364130115
Binary1001100010010010111110001001111010010111111010010110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9892F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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