#9893CE

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

Shades of Blue Bell #9893CE

Tints of Blue Bell #9893CE

Color information

#9893CE (or 0x9893CE) is unknown color: approx Blue Bell. HEX triplet: 98, 93 and CE. RGB value is (152,147,206). Sum of RGB (Red+Green+Blue) = 152+147+206=505 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.10% from 505); Green value is 147 (57.81% from 255 or 29.11% from 505); Blue value is 206 (80.86% from 255 or 40.79% from 505); Max value from RGB is 206 - color contains mainly: blue. Hex color #9893CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9893CE is #676C31. Grayscale: #9A9A9A. Windows color (decimal): -6777906 or 13538200. OLE color: 13538200.

HSL color Cylindrical-coordinate representation of color #9893CE: hue angle of 245.08º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9893CE is Cyan = 0.26, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB152147206-
CMYK0.260.2900.19
HSL245.08º37.58%69.22%-
HSV(B)245.08º28.64%80.78%-
XYZ34.523262.75-
YUV155.22156.66125.7-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 30.10%
GREEN value IS 147 (57.81% from 255) = 29.11%
BLUE value IS 206 (80.86% from 255) = 40.79%
R=30.10%
G=29.11%
B=40.79%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1521472060.260.2900.19245.0837.5869.22
Hex9893CE1A1D013f52645
Octal230223316323502336546105
Binary1001100010010011110011101101011101010011111101011001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9893CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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