#938AE2

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

Shades of Blue Bell #938AE2

Tints of Blue Bell #938AE2

Color information

#938AE2 (or 0x938AE2) is unknown color: approx Blue Bell. HEX triplet: 93, 8A and E2. RGB value is (147,138,226). Sum of RGB (Red+Green+Blue) = 147+138+226=511 (67% of max value = 765). Red value is 147 (57.81% from 255 or 28.77% from 511); Green value is 138 (54.30% from 255 or 27.01% from 511); Blue value is 226 (88.67% from 255 or 44.23% from 511); Max value from RGB is 226 - color contains mainly: blue. Hex color #938AE2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #938AE2 is #6C751D. Grayscale: #969696. Windows color (decimal): -7107870 or 14846611. OLE color: 14846611.

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

Color convert

RGB147138226-
CMYK0.350.3900.11
HSL246.14º60.27%71.37%-
HSV(B)246.14º38.94%88.63%-
XYZ34.8529.8775.88-
YUV150.72170.48125.34-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 28.77%
GREEN value IS 138 (54.30% from 255) = 27.01%
BLUE value IS 226 (88.67% from 255) = 44.23%
R=28.77%
G=27.01%
B=44.23%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1471382260.350.3900.11246.1460.2771.37
Hex938AE223270Bf63c47
Octal223212342434701336674107
Binary10010011100010101110001010001110011101011111101101111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938AE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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