#9C9FF2

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

Shades of Portage #9C9FF2

Tints of Portage #9C9FF2

Color information

#9C9FF2 (or 0x9C9FF2) is unknown color: approx Portage. HEX triplet: 9C, 9F and F2. RGB value is (156,159,242). Sum of RGB (Red+Green+Blue) = 156+159+242=557 (73% of max value = 765). Red value is 156 (61.33% from 255 or 28.01% from 557); Green value is 159 (62.5% from 255 or 28.55% 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 #9C9FF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9C9FF2 is #63600D. Grayscale: #A7A7A7. Windows color (decimal): -6512654 or 15900572. OLE color: 15900572.

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

Color convert

RGB156159242-
CMYK0.360.3400.05
HSL237.91º76.79%78.04%-
HSV(B)237.91º35.54%94.9%-
XYZ42.1438.2889.17-
YUV167.56170.01119.75-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 28.01%
GREEN value IS 159 (62.5% from 255) = 28.55%
BLUE value IS 242 (94.92% from 255) = 43.45%
R=28.01%
G=28.55%
B=43.45%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1561592420.360.3400.05237.9176.7978.04
Hex9C9FF2242205ee4d4e
Octal234237362444205356115116
Binary10011100100111111111001010010010001001011110111010011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C9FF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,159,242); }

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

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

 a { background-color: rgb(156,159,242); }

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

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

 span { border-color: rgb(156,159,242); }

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