#9C9BCA

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

Shades of Blue Bell #9C9BCA

Tints of Blue Bell #9C9BCA

Color information

#9C9BCA (or 0x9C9BCA) is unknown color: approx Blue Bell. HEX triplet: 9C, 9B and CA. RGB value is (156,155,202). Sum of RGB (Red+Green+Blue) = 156+155+202=513 (67% of max value = 765). Red value is 156 (61.33% from 255 or 30.41% from 513); Green value is 155 (60.94% from 255 or 30.21% from 513); Blue value is 202 (79.30% from 255 or 39.38% from 513); Max value from RGB is 202 - color contains mainly: blue. Hex color #9C9BCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C9BCA is #636435. Grayscale: #A0A0A0. Windows color (decimal): -6513718 or 13278108. OLE color: 13278108.

HSL color Cylindrical-coordinate representation of color #9C9BCA: hue angle of 241.28º degrees, saturation: 0.31, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9C9BCA is Cyan = 0.23, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB156155202-
CMYK0.230.2300.21
HSL241.28º30.72%70%-
HSV(B)241.28º23.27%79.22%-
XYZ36.0934.7760.69-
YUV160.66151.33124.68-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 30.41%
GREEN value IS 155 (60.94% from 255) = 30.21%
BLUE value IS 202 (79.30% from 255) = 39.38%
R=30.41%
G=30.21%
B=39.38%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1561552020.230.2300.21241.2830.7270
Hex9C9BCA1717015f11f46
Octal234233312272702536137106
Binary100111001001101111001010101111011101010111110001111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C9BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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