#9C9BCF

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

Shades of Blue Bell #9C9BCF

Tints of Blue Bell #9C9BCF

Color information

#9C9BCF (or 0x9C9BCF) is unknown color: approx Blue Bell. HEX triplet: 9C, 9B and CF. RGB value is (156,155,207). Sum of RGB (Red+Green+Blue) = 156+155+207=518 (68% of max value = 765). Red value is 156 (61.33% from 255 or 30.12% from 518); Green value is 155 (60.94% from 255 or 29.92% from 518); Blue value is 207 (81.25% from 255 or 39.96% from 518); Max value from RGB is 207 - color contains mainly: blue. Hex color #9C9BCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C9BCF is #636430. Grayscale: #A1A1A1. Windows color (decimal): -6513713 or 13605788. OLE color: 13605788.

HSL color Cylindrical-coordinate representation of color #9C9BCF: hue angle of 241.15º degrees, saturation: 0.35, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9C9BCF is Cyan = 0.25, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB156155207-
CMYK0.250.2500.19
HSL241.15º35.14%70.98%-
HSV(B)241.15º25.12%81.18%-
XYZ36.6935.0263.86-
YUV161.23153.83124.27-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 30.12%
GREEN value IS 155 (60.94% from 255) = 29.92%
BLUE value IS 207 (81.25% from 255) = 39.96%
R=30.12%
G=29.92%
B=39.96%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1561552070.250.2500.19241.1535.1470.98
Hex9C9BCF1919013f12347
Octal234233317313102336143107
Binary1001110010011011110011111100111001010011111100011000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C9BCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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