#9d99fe

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

Shades of Portage #9D99FE

Tints of Portage #9D99FE

Color information

#9D99FE (or 0x9D99FE) is unknown color: approx Portage. HEX triplet: 9D, 99 and FE. RGB value is (157,153,254). Sum of RGB (Red+Green+Blue) = 157+153+254=564 (74% of max value = 765). Red value is 157 (61.72% from 255 or 27.84% from 564); Green value is 153 (60.16% from 255 or 27.13% from 564); Blue value is 254 (99.61% from 255 or 45.04% from 564); Max value from RGB is 254 - color contains mainly: blue. Hex color #9D99FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9D99FE is #626601. Grayscale: #A5A5A5. Windows color (decimal): -6448642 or 16685469. OLE color: 16685469.

HSL color Cylindrical-coordinate representation of color #9D99FE: hue angle of 242.38º 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 #9D99FE is Cyan = 0.38, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB157153254-
CMYK0.380.4000.00
HSL242.38º98.06%79.8%-
HSV(B)242.38º39.76%99.61%-
XYZ43.1937.1198.65-
YUV165.71177.83121.79-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 27.84%
GREEN value IS 153 (60.16% from 255) = 27.13%
BLUE value IS 254 (99.61% from 255) = 45.04%
R=27.84%
G=27.13%
B=45.04%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1571532540.380.4000.00242.3898.0679.8
Hex9D99FE262800f26250
Octal235231376465000362142120
Binary100111011001100111111110100110101000001111001011000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9d99fe

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,153,254); }

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

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

 a { background-color: rgb(157,153,254); }

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

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

 span { border-color: rgb(157,153,254); }

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