#9C9BE2

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

Shades of Blue Bell #9C9BE2

Tints of Blue Bell #9C9BE2

Color information

#9C9BE2 (or 0x9C9BE2) is unknown color: approx Blue Bell. HEX triplet: 9C, 9B and E2. RGB value is (156,155,226). Sum of RGB (Red+Green+Blue) = 156+155+226=537 (71% of max value = 765). Red value is 156 (61.33% from 255 or 29.05% from 537); Green value is 155 (60.94% from 255 or 28.86% from 537); Blue value is 226 (88.67% from 255 or 42.09% from 537); Max value from RGB is 226 - color contains mainly: blue. Hex color #9C9BE2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C9BE2 is #63641D. Grayscale: #A3A3A3. Windows color (decimal): -6513694 or 14850972. OLE color: 14850972.

HSL color Cylindrical-coordinate representation of color #9C9BE2: hue angle of 240.85º degrees, saturation: 0.55, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9C9BE2 is Cyan = 0.31, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB156155226-
CMYK0.310.3100.11
HSL240.85º55.04%74.71%-
HSV(B)240.85º31.42%88.63%-
XYZ39.163676.84-
YUV163.39163.33122.73-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 29.05%
GREEN value IS 155 (60.94% from 255) = 28.86%
BLUE value IS 226 (88.67% from 255) = 42.09%
R=29.05%
G=28.86%
B=42.09%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1561552260.310.3100.11240.8555.0474.71
Hex9C9BE21F1F0Bf1374b
Octal234233342373701336167113
Binary100111001001101111100010111111111101011111100011101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C9BE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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