#9893DE

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

Shades of Blue Bell #9893DE

Tints of Blue Bell #9893DE

Color information

#9893DE (or 0x9893DE) is unknown color: approx Blue Bell. HEX triplet: 98, 93 and DE. RGB value is (152,147,222). Sum of RGB (Red+Green+Blue) = 152+147+222=521 (69% of max value = 765). Red value is 152 (59.77% from 255 or 29.17% from 521); Green value is 147 (57.81% from 255 or 28.21% from 521); Blue value is 222 (87.11% from 255 or 42.61% from 521); Max value from RGB is 222 - color contains mainly: blue. Hex color #9893DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9893DE is #676C21. Grayscale: #9C9C9C. Windows color (decimal): -6777890 or 14586776. OLE color: 14586776.

HSL color Cylindrical-coordinate representation of color #9893DE: hue angle of 244º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9893DE is Cyan = 0.32, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB152147222-
CMYK0.320.3400.13
HSL244º53.19%72.35%-
HSV(B)244º33.78%87.06%-
XYZ36.5732.8273.51-
YUV157.04164.66124.4-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 29.17%
GREEN value IS 147 (57.81% from 255) = 28.21%
BLUE value IS 222 (87.11% from 255) = 42.61%
R=29.17%
G=28.21%
B=42.61%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1521472220.320.3400.1324453.1972.35
Hex9893DE20220Df43548
Octal230223336404201536465110
Binary10011000100100111101111010000010001001101111101001101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9893DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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