#9893D7

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

Shades of Blue Bell #9893D7

Tints of Blue Bell #9893D7

Color information

#9893D7 (or 0x9893D7) is unknown color: approx Blue Bell. HEX triplet: 98, 93 and D7. RGB value is (152,147,215). Sum of RGB (Red+Green+Blue) = 152+147+215=514 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.57% from 514); Green value is 147 (57.81% from 255 or 28.60% from 514); Blue value is 215 (84.38% from 255 or 41.83% from 514); Max value from RGB is 215 - color contains mainly: blue. Hex color #9893D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9893D7 is #676C28. Grayscale: #9B9B9B. Windows color (decimal): -6777897 or 14128024. OLE color: 14128024.

HSL color Cylindrical-coordinate representation of color #9893D7: hue angle of 244.41º degrees, saturation: 0.46, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9893D7 is Cyan = 0.29, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB152147215-
CMYK0.290.3200.16
HSL244.41º45.95%70.98%-
HSV(B)244.41º31.63%84.31%-
XYZ35.6532.4568.67-
YUV156.25161.16124.97-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 29.57%
GREEN value IS 147 (57.81% from 255) = 28.60%
BLUE value IS 215 (84.38% from 255) = 41.83%
R=29.57%
G=28.60%
B=41.83%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1521472150.290.3200.16244.4145.9570.98
Hex9893D71D20010f42e47
Octal230223327354002036456107
Binary10011000100100111101011111101100000010000111101001011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9893D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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