#938ae4

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

Shades of Blue Bell #938AE4

Tints of Blue Bell #938AE4

Color information

#938AE4 (or 0x938AE4) is unknown color: approx Blue Bell. HEX triplet: 93, 8A and E4. RGB value is (147,138,228). Sum of RGB (Red+Green+Blue) = 147+138+228=513 (67% of max value = 765). Red value is 147 (57.81% from 255 or 28.65% from 513); Green value is 138 (54.30% from 255 or 26.90% from 513); Blue value is 228 (89.45% from 255 or 44.44% from 513); Max value from RGB is 228 - color contains mainly: blue. Hex color #938AE4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #938AE4 is #6C751B. Grayscale: #969696. Windows color (decimal): -7107868 or 14977683. OLE color: 14977683.

HSL color Cylindrical-coordinate representation of color #938AE4: hue angle of 246º degrees, saturation: 0.62, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #938AE4 is Cyan = 0.36, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB147138228-
CMYK0.360.3900.11
HSL246º62.5%71.76%-
HSV(B)246º39.47%89.41%-
XYZ35.1229.9877.33-
YUV150.95171.48125.18-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 28.65%
GREEN value IS 138 (54.30% from 255) = 26.90%
BLUE value IS 228 (89.45% from 255) = 44.44%
R=28.65%
G=26.90%
B=44.44%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1471382280.360.3900.1124662.571.76
Hex938AE424270Bf63e48
Octal223212344444701336676110
Binary10010011100010101110010010010010011101011111101101111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938ae4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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