#9C9AFA

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

Shades of Portage #9C9AFA

Tints of Portage #9C9AFA

Color information

#9C9AFA (or 0x9C9AFA) is unknown color: approx Portage. HEX triplet: 9C, 9A and FA. RGB value is (156,154,250). Sum of RGB (Red+Green+Blue) = 156+154+250=560 (74% of max value = 765). Red value is 156 (61.33% from 255 or 27.86% from 560); Green value is 154 (60.55% from 255 or 27.5% from 560); Blue value is 250 (98.05% from 255 or 44.64% from 560); Max value from RGB is 250 - color contains mainly: blue. Hex color #9C9AFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9C9AFA is #636505. Grayscale: #A5A5A5. Windows color (decimal): -6513926 or 16423580. OLE color: 16423580.

HSL color Cylindrical-coordinate representation of color #9C9AFA: hue angle of 241.25º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9C9AFA is Cyan = 0.38, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB156154250-
CMYK0.380.3800.02
HSL241.25º90.57%79.22%-
HSV(B)241.25º38.4%98.04%-
XYZ42.5237.0895.36-
YUV165.54175.66121.19-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 27.86%
GREEN value IS 154 (60.55% from 255) = 27.5%
BLUE value IS 250 (98.05% from 255) = 44.64%
R=27.86%
G=27.5%
B=44.64%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1561542500.380.3800.02241.2590.5779.22
Hex9C9AFA262602f15b4f
Octal234232372464602361133117
Binary1001110010011010111110101001101001100101111000110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C9AFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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