#938CE1

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

Shades of Blue Bell #938CE1

Tints of Blue Bell #938CE1

Color information

#938CE1 (or 0x938CE1) is unknown color: approx Blue Bell. HEX triplet: 93, 8C and E1. RGB value is (147,140,225). Sum of RGB (Red+Green+Blue) = 147+140+225=512 (67% of max value = 765). Red value is 147 (57.81% from 255 or 28.71% from 512); Green value is 140 (55.08% from 255 or 27.34% from 512); Blue value is 225 (88.28% from 255 or 43.95% from 512); Max value from RGB is 225 - color contains mainly: blue. Hex color #938CE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #938CE1 is #6C731E. Grayscale: #979797. Windows color (decimal): -7107359 or 14781587. OLE color: 14781587.

HSL color Cylindrical-coordinate representation of color #938CE1: hue angle of 244.94º degrees, saturation: 0.59, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #938CE1 is Cyan = 0.35, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB147140225-
CMYK0.350.3800.12
HSL244.94º58.62%71.57%-
HSV(B)244.94º37.78%88.24%-
XYZ3530.475.26-
YUV151.78169.32124.59-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 28.71%
GREEN value IS 140 (55.08% from 255) = 27.34%
BLUE value IS 225 (88.28% from 255) = 43.95%
R=28.71%
G=27.34%
B=43.95%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1471402250.350.3800.12244.9458.6271.57
Hex938CE123260Cf53b48
Octal223214341434601436573110
Binary10010011100011001110000110001110011001100111101011110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938CE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,140,225); }

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

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

 a { background-color: rgb(147,140,225); }

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

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

 span { border-color: rgb(147,140,225); }

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