#938ED7

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

Shades of Blue Bell #938ED7

Tints of Blue Bell #938ED7

Color information

#938ED7 (or 0x938ED7) is unknown color: approx Blue Bell. HEX triplet: 93, 8E and D7. RGB value is (147,142,215). Sum of RGB (Red+Green+Blue) = 147+142+215=504 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.17% from 504); Green value is 142 (55.86% from 255 or 28.17% from 504); Blue value is 215 (84.38% from 255 or 42.66% from 504); Max value from RGB is 215 - color contains mainly: blue. Hex color #938ED7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #938ED7 is #6C7128. Grayscale: #979797. Windows color (decimal): -7106857 or 14126739. OLE color: 14126739.

HSL color Cylindrical-coordinate representation of color #938ED7: hue angle of 244.11º degrees, saturation: 0.48, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #938ED7 is Cyan = 0.32, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB147142215-
CMYK0.320.3400.16
HSL244.11º47.71%70%-
HSV(B)244.11º33.95%84.31%-
XYZ33.9730.4668.38-
YUV151.82163.66124.56-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 29.17%
GREEN value IS 142 (55.86% from 255) = 28.17%
BLUE value IS 215 (84.38% from 255) = 42.66%
R=29.17%
G=28.17%
B=42.66%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1471422150.320.3400.16244.1147.7170
Hex938ED72022010f43046
Octal223216327404202036460106
Binary100100111000111011010111100000100010010000111101001100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938ED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,142,215); }

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

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

 a { background-color: rgb(147,142,215); }

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

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

 span { border-color: rgb(147,142,215); }

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