#9D9EF2

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

Shades of Portage #9D9EF2

Tints of Portage #9D9EF2

Color information

#9D9EF2 (or 0x9D9EF2) is unknown color: approx Portage. HEX triplet: 9D, 9E and F2. RGB value is (157,158,242). Sum of RGB (Red+Green+Blue) = 157+158+242=557 (73% of max value = 765). Red value is 157 (61.72% from 255 or 28.19% from 557); Green value is 158 (62.11% from 255 or 28.37% from 557); Blue value is 242 (94.92% from 255 or 43.45% from 557); Max value from RGB is 242 - color contains mainly: blue. Hex color #9D9EF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9D9EF2 is #62610D. Grayscale: #A6A6A6. Windows color (decimal): -6447374 or 15900317. OLE color: 15900317.

HSL color Cylindrical-coordinate representation of color #9D9EF2: hue angle of 239.29º degrees, saturation: 0.77, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9D9EF2 is Cyan = 0.35, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB157158242-
CMYK0.350.3500.05
HSL239.29º76.58%78.24%-
HSV(B)239.29º35.12%94.9%-
XYZ42.1638.0389.12-
YUV167.28170.17120.67-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 28.19%
GREEN value IS 158 (62.11% from 255) = 28.37%
BLUE value IS 242 (94.92% from 255) = 43.45%
R=28.19%
G=28.37%
B=43.45%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1571582420.350.3500.05239.2976.5878.24
Hex9D9EF2232305ef4d4e
Octal235236362434305357115116
Binary10011101100111101111001010001110001101011110111110011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D9EF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,158,242); }

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

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

 a { background-color: rgb(157,158,242); }

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

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

 span { border-color: rgb(157,158,242); }

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