#9398CE

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

Shades of Blue Bell #9398CE

Tints of Blue Bell #9398CE

Color information

#9398CE (or 0x9398CE) is unknown color: approx Blue Bell. HEX triplet: 93, 98 and CE. RGB value is (147,152,206). Sum of RGB (Red+Green+Blue) = 147+152+206=505 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.11% from 505); Green value is 152 (59.77% from 255 or 30.10% 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 #9398CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9398CE is #6C6731. Grayscale: #9C9C9C. Windows color (decimal): -7104306 or 13539475. OLE color: 13539475.

HSL color Cylindrical-coordinate representation of color #9398CE: hue angle of 234.92º 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 #9398CE is Cyan = 0.29, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB147152206-
CMYK0.290.2600.19
HSL234.92º37.58%69.22%-
HSV(B)234.92º28.64%80.78%-
XYZ34.433.1262.97-
YUV156.66155.84121.11-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1471522060.290.2600.19234.9237.5869.22
Hex9398CE1D1A013eb2645
Octal223230316353202335346105
Binary1001001110011000110011101110111010010011111010111001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9398CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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