#9C9BD6

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

Shades of Blue Bell #9C9BD6

Tints of Blue Bell #9C9BD6

Color information

#9C9BD6 (or 0x9C9BD6) is unknown color: approx Blue Bell. HEX triplet: 9C, 9B and D6. RGB value is (156,155,214). Sum of RGB (Red+Green+Blue) = 156+155+214=525 (69% of max value = 765). Red value is 156 (61.33% from 255 or 29.71% from 525); Green value is 155 (60.94% from 255 or 29.52% from 525); Blue value is 214 (83.98% from 255 or 40.76% from 525); Max value from RGB is 214 - color contains mainly: blue. Hex color #9C9BD6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C9BD6 is #636429. Grayscale: #A1A1A1. Windows color (decimal): -6513706 or 14064540. OLE color: 14064540.

HSL color Cylindrical-coordinate representation of color #9C9BD6: hue angle of 241.02º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9C9BD6 is Cyan = 0.27, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB156155214-
CMYK0.270.2800.16
HSL241.02º41.84%72.35%-
HSV(B)241.02º27.57%83.92%-
XYZ37.5735.3768.46-
YUV162.02157.33123.7-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 29.71%
GREEN value IS 155 (60.94% from 255) = 29.52%
BLUE value IS 214 (83.98% from 255) = 40.76%
R=29.71%
G=29.52%
B=40.76%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1561552140.270.2800.16241.0241.8472.35
Hex9C9BD61B1C010f12a48
Octal234233326333402036152110
Binary1001110010011011110101101101111100010000111100011010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C9BD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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