#9C9DFA

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

Shades of Portage #9C9DFA

Tints of Portage #9C9DFA

Color information

#9C9DFA (or 0x9C9DFA) is unknown color: approx Portage. HEX triplet: 9C, 9D and FA. RGB value is (156,157,250). Sum of RGB (Red+Green+Blue) = 156+157+250=563 (74% of max value = 765). Red value is 156 (61.33% from 255 or 27.71% from 563); Green value is 157 (61.72% from 255 or 27.89% from 563); Blue value is 250 (98.05% from 255 or 44.40% from 563); Max value from RGB is 250 - color contains mainly: blue. Hex color #9C9DFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9C9DFA is #636205. Grayscale: #A6A6A6. Windows color (decimal): -6513158 or 16424348. OLE color: 16424348.

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

Color convert

RGB156157250-
CMYK0.380.3700.02
HSL239.36º90.38%79.61%-
HSV(B)239.36º37.6%98.04%-
XYZ43.0238.0895.53-
YUV167.3174.67119.94-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 27.71%
GREEN value IS 157 (61.72% from 255) = 27.89%
BLUE value IS 250 (98.05% from 255) = 44.40%
R=27.71%
G=27.89%
B=44.40%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1561572500.380.3700.02239.3690.3879.61
Hex9C9DFA262502ef5a50
Octal234235372464502357132120
Binary1001110010011101111110101001101001010101110111110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C9DFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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