#9B9CFC

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

Shades of Portage #9B9CFC

Tints of Portage #9B9CFC

Color information

#9B9CFC (or 0x9B9CFC) is unknown color: approx Portage. HEX triplet: 9B, 9C and FC. RGB value is (155,156,252). Sum of RGB (Red+Green+Blue) = 155+156+252=563 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.53% from 563); Green value is 156 (61.33% from 255 or 27.71% from 563); Blue value is 252 (98.83% from 255 or 44.76% from 563); Max value from RGB is 252 - color contains mainly: blue. Hex color #9B9CFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9B9CFC is #646303. Grayscale: #A6A6A6. Windows color (decimal): -6578948 or 16555163. OLE color: 16555163.

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

Color convert

RGB155156252-
CMYK0.380.3800.01
HSL239.38º94.17%79.8%-
HSV(B)239.38º38.49%98.82%-
XYZ42.9837.7797.12-
YUV166.64176.17119.69-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 27.53%
GREEN value IS 156 (61.33% from 255) = 27.71%
BLUE value IS 252 (98.83% from 255) = 44.76%
R=27.53%
G=27.71%
B=44.76%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1551562520.380.3800.01239.3894.1779.8
Hex9B9CFC262601ef5e50
Octal233234374464601357136120
Binary100110111001110011111100100110100110011110111110111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B9CFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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