#9B98DA

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

Shades of Blue Bell #9B98DA

Tints of Blue Bell #9B98DA

Color information

#9B98DA (or 0x9B98DA) is unknown color: approx Blue Bell. HEX triplet: 9B, 98 and DA. RGB value is (155,152,218). Sum of RGB (Red+Green+Blue) = 155+152+218=525 (69% of max value = 765). Red value is 155 (60.94% from 255 or 29.52% from 525); Green value is 152 (59.77% from 255 or 28.95% from 525); Blue value is 218 (85.55% from 255 or 41.52% from 525); Max value from RGB is 218 - color contains mainly: blue. Hex color #9B98DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B98DA is #646725. Grayscale: #A0A0A0. Windows color (decimal): -6580006 or 14325915. OLE color: 14325915.

HSL color Cylindrical-coordinate representation of color #9B98DA: hue angle of 242.73º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9B98DA is Cyan = 0.29, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB155152218-
CMYK0.290.3000.15
HSL242.73º47.14%72.55%-
HSV(B)242.73º30.28%85.49%-
XYZ37.434.4971.02-
YUV160.42160.49124.13-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 29.52%
GREEN value IS 152 (59.77% from 255) = 28.95%
BLUE value IS 218 (85.55% from 255) = 41.52%
R=29.52%
G=28.95%
B=41.52%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1551522180.290.3000.15242.7347.1472.55
Hex9B98DA1D1E0Ff32f49
Octal233230332353601736357111
Binary100110111001100011011010111011111001111111100111011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B98DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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