#9B97DA

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

Shades of Blue Bell #9B97DA

Tints of Blue Bell #9B97DA

Color information

#9B97DA (or 0x9B97DA) is unknown color: approx Blue Bell. HEX triplet: 9B, 97 and DA. RGB value is (155,151,218). Sum of RGB (Red+Green+Blue) = 155+151+218=524 (69% of max value = 765). Red value is 155 (60.94% from 255 or 29.58% from 524); Green value is 151 (59.38% from 255 or 28.82% from 524); Blue value is 218 (85.55% from 255 or 41.60% from 524); Max value from RGB is 218 - color contains mainly: blue. Hex color #9B97DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B97DA is #646825. Grayscale: #9F9F9F. Windows color (decimal): -6580262 or 14325659. OLE color: 14325659.

HSL color Cylindrical-coordinate representation of color #9B97DA: hue angle of 243.58º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9B97DA is Cyan = 0.29, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB155151218-
CMYK0.290.3100.15
HSL243.58º47.52%72.35%-
HSV(B)243.58º30.73%85.49%-
XYZ37.2434.1670.96-
YUV159.83160.83124.55-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 29.58%
GREEN value IS 151 (59.38% from 255) = 28.82%
BLUE value IS 218 (85.55% from 255) = 41.60%
R=29.58%
G=28.82%
B=41.60%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1551512180.290.3100.15243.5847.5272.35
Hex9B97DA1D1F0Ff43048
Octal233227332353701736460110
Binary100110111001011111011010111011111101111111101001100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B97DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,151,218); }

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

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

 a { background-color: rgb(155,151,218); }

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

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

 span { border-color: rgb(155,151,218); }

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