#9B9AC6

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

Shades of Blue Bell #9B9AC6

Tints of Blue Bell #9B9AC6

Color information

#9B9AC6 (or 0x9B9AC6) is unknown color: approx Blue Bell. HEX triplet: 9B, 9A and C6. RGB value is (155,154,198). Sum of RGB (Red+Green+Blue) = 155+154+198=507 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.57% from 507); Green value is 154 (60.55% from 255 or 30.37% from 507); Blue value is 198 (77.73% from 255 or 39.05% from 507); Max value from RGB is 198 - color contains mainly: blue. Hex color #9B9AC6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B9AC6 is #646539. Grayscale: #9F9F9F. Windows color (decimal): -6579514 or 13015707. OLE color: 13015707.

HSL color Cylindrical-coordinate representation of color #9B9AC6: hue angle of 241.36º degrees, saturation: 0.28, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9B9AC6 is Cyan = 0.22, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB155154198-
CMYK0.220.2200.22
HSL241.36º27.85%69.02%-
HSV(B)241.36º22.22%77.65%-
XYZ35.2734.1658.16-
YUV159.32149.83124.92-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 30.57%
GREEN value IS 154 (60.55% from 255) = 30.37%
BLUE value IS 198 (77.73% from 255) = 39.05%
R=30.57%
G=30.37%
B=39.05%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1551541980.220.2200.22241.3627.8569.02
Hex9B9AC61616016f11c45
Octal233232306262602636134105
Binary100110111001101011000110101101011001011011110001111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B9AC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,154,198); }

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

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

 a { background-color: rgb(155,154,198); }

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

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

 span { border-color: rgb(155,154,198); }

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