#9F9FC1

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

Shades of Blue Bell #9F9FC1

Tints of Blue Bell #9F9FC1

Color information

#9F9FC1 (or 0x9F9FC1) is unknown color: approx Blue Bell. HEX triplet: 9F, 9F and C1. RGB value is (159,159,193). Sum of RGB (Red+Green+Blue) = 159+159+193=511 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.12% from 511); Green value is 159 (62.5% from 255 or 31.12% from 511); Blue value is 193 (75.78% from 255 or 37.77% from 511); Max value from RGB is 193 - color contains mainly: blue. Hex color #9F9FC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F9FC1 is #60603E. Grayscale: #A2A2A2. Windows color (decimal): -6316095 or 12689311. OLE color: 12689311.

HSL color Cylindrical-coordinate representation of color #9F9FC1: hue angle of 240º degrees, saturation: 0.22, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9F9FC1 is Cyan = 0.18, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB159159193-
CMYK0.180.1800.24
HSL240º21.52%69.02%-
HSV(B)240º17.62%75.69%-
XYZ36.3236.0255.49-
YUV162.88145125.24-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 31.12%
GREEN value IS 159 (62.5% from 255) = 31.12%
BLUE value IS 193 (75.78% from 255) = 37.77%
R=31.12%
G=31.12%
B=37.77%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1591591930.180.1800.2424021.5269.02
Hex9F9FC11212018f01645
Octal237237301222203036026105
Binary100111111001111111000001100101001001100011110000101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F9FC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,159,193); }

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

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

 a { background-color: rgb(159,159,193); }

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

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

 span { border-color: rgb(159,159,193); }

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