#9C9AFC

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

Shades of Portage #9C9AFC

Tints of Portage #9C9AFC

Color information

#9C9AFC (or 0x9C9AFC) is unknown color: approx Portage. HEX triplet: 9C, 9A and FC. RGB value is (156,154,252). Sum of RGB (Red+Green+Blue) = 156+154+252=562 (74% of max value = 765). Red value is 156 (61.33% from 255 or 27.76% from 562); Green value is 154 (60.55% from 255 or 27.40% from 562); Blue value is 252 (98.83% from 255 or 44.84% from 562); Max value from RGB is 252 - color contains mainly: blue. Hex color #9C9AFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9C9AFC is #636503. Grayscale: #A5A5A5. Windows color (decimal): -6513924 or 16554652. OLE color: 16554652.

HSL color Cylindrical-coordinate representation of color #9C9AFC: hue angle of 241.22º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9C9AFC is Cyan = 0.38, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB156154252-
CMYK0.380.3900.01
HSL241.22º94.23%79.61%-
HSV(B)241.22º38.89%98.82%-
XYZ42.8437.2197.02-
YUV165.77176.66121.03-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 27.76%
GREEN value IS 154 (60.55% from 255) = 27.40%
BLUE value IS 252 (98.83% from 255) = 44.84%
R=27.76%
G=27.40%
B=44.84%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1561542520.380.3900.01241.2294.2379.61
Hex9C9AFC262701f15e50
Octal234232374464701361136120
Binary100111001001101011111100100110100111011111000110111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C9AFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,154,252); }

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

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

 a { background-color: rgb(156,154,252); }

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

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

 span { border-color: rgb(156,154,252); }

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