#9B9FD5

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

Shades of Blue Bell #9B9FD5

Tints of Blue Bell #9B9FD5

Color information

#9B9FD5 (or 0x9B9FD5) is unknown color: approx Blue Bell. HEX triplet: 9B, 9F and D5. RGB value is (155,159,213). Sum of RGB (Red+Green+Blue) = 155+159+213=527 (69% of max value = 765). Red value is 155 (60.94% from 255 or 29.41% from 527); Green value is 159 (62.5% from 255 or 30.17% from 527); Blue value is 213 (83.59% from 255 or 40.42% from 527); Max value from RGB is 213 - color contains mainly: blue. Hex color #9B9FD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B9FD5 is #64602A. Grayscale: #A3A3A3. Windows color (decimal): -6578219 or 14000027. OLE color: 14000027.

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

Color convert

RGB155159213-
CMYK0.270.2500.16
HSL235.86º40.85%72.16%-
HSV(B)235.86º27.23%83.53%-
XYZ37.9336.5768.01-
YUV163.96155.67121.61-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 29.41%
GREEN value IS 159 (62.5% from 255) = 30.17%
BLUE value IS 213 (83.59% from 255) = 40.42%
R=29.41%
G=30.17%
B=40.42%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1551592130.270.2500.16235.8640.8572.16
Hex9B9FD51B19010ec2948
Octal233237325333102035451110
Binary1001101110011111110101011101111001010000111011001010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B9FD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,159,213); }

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

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

 a { background-color: rgb(155,159,213); }

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

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

 span { border-color: rgb(155,159,213); }

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