#9398CD

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

Shades of Blue Bell #9398CD

Tints of Blue Bell #9398CD

Color information

#9398CD (or 0x9398CD) is unknown color: approx Blue Bell. HEX triplet: 93, 98 and CD. RGB value is (147,152,205). Sum of RGB (Red+Green+Blue) = 147+152+205=504 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.17% from 504); Green value is 152 (59.77% from 255 or 30.16% from 504); Blue value is 205 (80.47% from 255 or 40.67% from 504); Max value from RGB is 205 - color contains mainly: blue. Hex color #9398CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9398CD is #6C6732. Grayscale: #9C9C9C. Windows color (decimal): -7104307 or 13473939. OLE color: 13473939.

HSL color Cylindrical-coordinate representation of color #9398CD: hue angle of 234.83º degrees, saturation: 0.37, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9398CD is Cyan = 0.28, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB147152205-
CMYK0.280.2600.20
HSL234.83º36.71%69.02%-
HSV(B)234.83º28.29%80.39%-
XYZ34.2833.0762.33-
YUV156.55155.34121.19-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 29.17%
GREEN value IS 152 (59.77% from 255) = 30.16%
BLUE value IS 205 (80.47% from 255) = 40.67%
R=29.17%
G=30.16%
B=40.67%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1471522050.280.2600.20234.8336.7169.02
Hex9398CD1C1A014eb2545
Octal223230315343202435345105
Binary1001001110011000110011011110011010010100111010111001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9398CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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