#9E9FC1

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

Shades of Blue Bell #9E9FC1

Tints of Blue Bell #9E9FC1

Color information

#9E9FC1 (or 0x9E9FC1) is unknown color: approx Blue Bell. HEX triplet: 9E, 9F and C1. RGB value is (158,159,193). Sum of RGB (Red+Green+Blue) = 158+159+193=510 (67% of max value = 765). Red value is 158 (62.11% from 255 or 30.98% from 510); Green value is 159 (62.5% from 255 or 31.18% from 510); Blue value is 193 (75.78% from 255 or 37.84% from 510); Max value from RGB is 193 - color contains mainly: blue. Hex color #9E9FC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E9FC1 is #61603E. Grayscale: #A2A2A2. Windows color (decimal): -6381631 or 12689310. OLE color: 12689310.

HSL color Cylindrical-coordinate representation of color #9E9FC1: hue angle of 238.29º 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 #9E9FC1 is Cyan = 0.18, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB158159193-
CMYK0.180.1800.24
HSL238.29º22.01%68.82%-
HSV(B)238.29º18.13%75.69%-
XYZ36.1235.9255.48-
YUV162.58145.17124.74-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 30.98%
GREEN value IS 159 (62.5% from 255) = 31.18%
BLUE value IS 193 (75.78% from 255) = 37.84%
R=30.98%
G=31.18%
B=37.84%

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
Decimal1581591930.180.1800.24238.2922.0168.82
Hex9E9FC11212018ee1645
Octal236237301222203035626105
Binary100111101001111111000001100101001001100011101110101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E9FC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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