#9C9BFF

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

Shades of Portage #9C9BFF

Tints of Portage #9C9BFF

Color information

#9C9BFF (or 0x9C9BFF) is unknown color: approx Portage. HEX triplet: 9C, 9B and FF. RGB value is (156,155,255). Sum of RGB (Red+Green+Blue) = 156+155+255=566 (74% of max value = 765). Red value is 156 (61.33% from 255 or 27.56% from 566); Green value is 155 (60.94% from 255 or 27.39% from 566); Blue value is 255 (100% from 255 or 45.05% from 566); Max value from RGB is 255 - color contains mainly: blue. Hex color #9C9BFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9C9BFF is #636400. Grayscale: #A6A6A6. Windows color (decimal): -6513665 or 16751516. OLE color: 16751516.

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

Color convert

RGB156155255-
CMYK0.390.3900
HSL240.6º100%80.39%-
HSV(B)240.6º39.22%100%-
XYZ43.4837.7399.6-
YUV166.7177.83120.37-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 27.56%
GREEN value IS 155 (60.94% from 255) = 27.39%
BLUE value IS 255 (100% from 255) = 45.05%
R=27.56%
G=27.39%
B=45.05%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1561552550.390.3900240.610080.39
Hex9C9BFF272700f16450
Octal234233377474700361144120
Binary100111001001101111111111100111100111001111000111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C9BFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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