#9F9EEF

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

Shades of Portage #9F9EEF

Tints of Portage #9F9EEF

Color information

#9F9EEF (or 0x9F9EEF) is unknown color: approx Portage. HEX triplet: 9F, 9E and EF. RGB value is (159,158,239). Sum of RGB (Red+Green+Blue) = 159+158+239=556 (73% of max value = 765). Red value is 159 (62.5% from 255 or 28.60% from 556); Green value is 158 (62.11% from 255 or 28.42% from 556); Blue value is 239 (93.75% from 255 or 42.99% from 556); Max value from RGB is 239 - color contains mainly: blue. Hex color #9F9EEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9F9EEF is #606110. Grayscale: #A7A7A7. Windows color (decimal): -6316305 or 15703711. OLE color: 15703711.

HSL color Cylindrical-coordinate representation of color #9F9EEF: hue angle of 240.74º degrees, saturation: 0.72, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9F9EEF is Cyan = 0.33, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB159158239-
CMYK0.330.3400.06
HSL240.74º71.68%77.84%-
HSV(B)240.74º33.89%93.73%-
XYZ42.138.0686.79-
YUV167.53168.33121.91-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 28.60%
GREEN value IS 158 (62.11% from 255) = 28.42%
BLUE value IS 239 (93.75% from 255) = 42.99%
R=28.60%
G=28.42%
B=42.99%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1591582390.330.3400.06240.7471.6877.84
Hex9F9EEF212206f1484e
Octal237236357414206361110116
Binary10011111100111101110111110000110001001101111000110010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F9EEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,158,239); }

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

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

 a { background-color: rgb(159,158,239); }

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

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

 span { border-color: rgb(159,158,239); }

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