#9B8FDC

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

Shades of Blue Bell #9B8FDC

Tints of Blue Bell #9B8FDC

Color information

#9B8FDC (or 0x9B8FDC) is unknown color: approx Blue Bell. HEX triplet: 9B, 8F and DC. RGB value is (155,143,220). Sum of RGB (Red+Green+Blue) = 155+143+220=518 (68% of max value = 765). Red value is 155 (60.94% from 255 or 29.92% from 518); Green value is 143 (56.25% from 255 or 27.61% from 518); Blue value is 220 (86.33% from 255 or 42.47% from 518); Max value from RGB is 220 - color contains mainly: blue. Hex color #9B8FDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B8FDC is #647023. Grayscale: #9B9B9B. Windows color (decimal): -6582308 or 14454683. OLE color: 14454683.

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

Color convert

RGB155143220-
CMYK0.300.3500.14
HSL249.35º52.38%71.18%-
HSV(B)249.35º35%86.27%-
XYZ36.2631.7871.93-
YUV155.37164.48127.74-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 29.92%
GREEN value IS 143 (56.25% from 255) = 27.61%
BLUE value IS 220 (86.33% from 255) = 42.47%
R=29.92%
G=27.61%
B=42.47%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1551432200.300.3500.14249.3552.3871.18
Hex9B8FDC1E230Ef93447
Octal233217334364301637164107
Binary1001101110001111110111001111010001101110111110011101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8FDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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