#9893DA

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

Shades of Blue Bell #9893DA

Tints of Blue Bell #9893DA

Color information

#9893DA (or 0x9893DA) is unknown color: approx Blue Bell. HEX triplet: 98, 93 and DA. RGB value is (152,147,218). Sum of RGB (Red+Green+Blue) = 152+147+218=517 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.40% from 517); Green value is 147 (57.81% from 255 or 28.43% from 517); Blue value is 218 (85.55% from 255 or 42.17% from 517); Max value from RGB is 218 - color contains mainly: blue. Hex color #9893DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9893DA is #676C25. Grayscale: #9C9C9C. Windows color (decimal): -6777894 or 14324632. OLE color: 14324632.

HSL color Cylindrical-coordinate representation of color #9893DA: hue angle of 244.23º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9893DA is Cyan = 0.30, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB152147218-
CMYK0.300.3300.15
HSL244.23º48.97%71.57%-
HSV(B)244.23º32.57%85.49%-
XYZ36.0432.670.72-
YUV156.59162.66124.73-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 29.40%
GREEN value IS 147 (57.81% from 255) = 28.43%
BLUE value IS 218 (85.55% from 255) = 42.17%
R=29.40%
G=28.43%
B=42.17%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1521472180.300.3300.15244.2348.9771.57
Hex9893DA1E210Ff43148
Octal230223332364101736461110
Binary1001100010010011110110101111010000101111111101001100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9893DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9893DA; }

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

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

<style>
 a { background-color: #9893DA; }

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

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

<style>
 span { border-color: #9893DA; }

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

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