#938AC9

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

Shades of Blue Bell #938AC9

Tints of Blue Bell #938AC9

Color information

#938AC9 (or 0x938AC9) is unknown color: approx Blue Bell. HEX triplet: 93, 8A and C9. RGB value is (147,138,201). Sum of RGB (Red+Green+Blue) = 147+138+201=486 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.25% from 486); Green value is 138 (54.30% from 255 or 28.40% from 486); Blue value is 201 (78.91% from 255 or 41.36% from 486); Max value from RGB is 201 - color contains mainly: blue. Hex color #938AC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #938AC9 is #6C7536. Grayscale: #939393. Windows color (decimal): -7107895 or 13208211. OLE color: 13208211.

HSL color Cylindrical-coordinate representation of color #938AC9: hue angle of 248.57º degrees, saturation: 0.37, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #938AC9 is Cyan = 0.27, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB147138201-
CMYK0.270.3100.21
HSL248.57º36.84%66.47%-
HSV(B)248.57º31.34%78.82%-
XYZ31.6628.659.11-
YUV147.87157.98127.38-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 30.25%
GREEN value IS 138 (54.30% from 255) = 28.40%
BLUE value IS 201 (78.91% from 255) = 41.36%
R=30.25%
G=28.40%
B=41.36%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1471382010.270.3100.21248.5736.8466.47
Hex938AC91B1F015f92542
Octal223212311333702537145102
Binary1001001110001010110010011101111111010101111110011001011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938AC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #938AC9; }

 p { color: rgb(147,138,201); }

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

<style>
 a { background-color: #938AC9; }

 a { background-color: rgb(147,138,201); }

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

<style>
 span { border-color: #938AC9; }

 span { border-color: rgb(147,138,201); }

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