#9b8fdd

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

Shades of Blue Bell #9B8FDD

Tints of Blue Bell #9B8FDD

Color information

#9B8FDD (or 0x9B8FDD) is unknown color: approx Blue Bell. HEX triplet: 9B, 8F and DD. RGB value is (155,143,221). Sum of RGB (Red+Green+Blue) = 155+143+221=519 (68% of max value = 765). Red value is 155 (60.94% from 255 or 29.87% from 519); Green value is 143 (56.25% from 255 or 27.55% from 519); Blue value is 221 (86.72% from 255 or 42.58% from 519); Max value from RGB is 221 - color contains mainly: blue. Hex color #9B8FDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B8FDD is #647022. Grayscale: #9B9B9B. Windows color (decimal): -6582307 or 14520219. OLE color: 14520219.

HSL color Cylindrical-coordinate representation of color #9B8FDD: hue angle of 249.23º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9B8FDD is Cyan = 0.30, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB155143221-
CMYK0.300.3500.13
HSL249.23º53.42%71.37%-
HSV(B)249.23º35.29%86.67%-
XYZ36.3931.8372.63-
YUV155.48164.98127.66-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 29.87%
GREEN value IS 143 (56.25% from 255) = 27.55%
BLUE value IS 221 (86.72% from 255) = 42.58%
R=29.87%
G=27.55%
B=42.58%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1551432210.300.3500.13249.2353.4271.37
Hex9B8FDD1E230Df93547
Octal233217335364301537165107
Binary1001101110001111110111011111010001101101111110011101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9b8fdd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,143,221); }

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

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

 a { background-color: rgb(155,143,221); }

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

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

 span { border-color: rgb(155,143,221); }

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