#9B9CCB

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

Shades of Blue Bell #9B9CCB

Tints of Blue Bell #9B9CCB

Color information

#9B9CCB (or 0x9B9CCB) is unknown color: approx Blue Bell. HEX triplet: 9B, 9C and CB. RGB value is (155,156,203). Sum of RGB (Red+Green+Blue) = 155+156+203=514 (68% of max value = 765). Red value is 155 (60.94% from 255 or 30.16% from 514); Green value is 156 (61.33% from 255 or 30.35% from 514); Blue value is 203 (79.69% from 255 or 39.49% from 514); Max value from RGB is 203 - color contains mainly: blue. Hex color #9B9CCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B9CCB is #646334. Grayscale: #A0A0A0. Windows color (decimal): -6578997 or 13343899. OLE color: 13343899.

HSL color Cylindrical-coordinate representation of color #9B9CCB: hue angle of 238.75º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9B9CCB is Cyan = 0.24, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB155156203-
CMYK0.240.2300.20
HSL238.75º31.58%70.2%-
HSV(B)238.75º23.65%79.61%-
XYZ36.1935.0661.36-
YUV161.06151.67123.68-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 30.16%
GREEN value IS 156 (61.33% from 255) = 30.35%
BLUE value IS 203 (79.69% from 255) = 39.49%
R=30.16%
G=30.35%
B=39.49%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1551562030.240.2300.20238.7531.5870.2
Hex9B9CCB1817014ef2046
Octal233234313302702435740106
Binary1001101110011100110010111100010111010100111011111000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B9CCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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