#9C98FE

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

Shades of Portage #9C98FE

Tints of Portage #9C98FE

Color information

#9C98FE (or 0x9C98FE) is unknown color: approx Portage. HEX triplet: 9C, 98 and FE. RGB value is (156,152,254). Sum of RGB (Red+Green+Blue) = 156+152+254=562 (74% of max value = 765). Red value is 156 (61.33% from 255 or 27.76% from 562); Green value is 152 (59.77% from 255 or 27.05% from 562); Blue value is 254 (99.61% from 255 or 45.20% from 562); Max value from RGB is 254 - color contains mainly: blue. Hex color #9C98FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9C98FE is #636701. Grayscale: #A4A4A4. Windows color (decimal): -6514434 or 16685212. OLE color: 16685212.

HSL color Cylindrical-coordinate representation of color #9C98FE: hue angle of 242.35º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9C98FE is Cyan = 0.39, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB156152254-
CMYK0.390.4000.00
HSL242.35º98.08%79.61%-
HSV(B)242.35º40.16%99.61%-
XYZ42.8336.6898.59-
YUV164.82178.33121.71-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 27.76%
GREEN value IS 152 (59.77% from 255) = 27.05%
BLUE value IS 254 (99.61% from 255) = 45.20%
R=27.76%
G=27.05%
B=45.20%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1561522540.390.4000.00242.3598.0879.61
Hex9C98FE272800f26250
Octal234230376475000362142120
Binary100111001001100011111110100111101000001111001011000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C98FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9C98FE; }

 p { color: rgb(156,152,254); }

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

<style>
 a { background-color: #9C98FE; }

 a { background-color: rgb(156,152,254); }

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

<style>
 span { border-color: #9C98FE; }

 span { border-color: rgb(156,152,254); }

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