#938ECD

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

Shades of Blue Bell #938ECD

Tints of Blue Bell #938ECD

Color information

#938ECD (or 0x938ECD) is unknown color: approx Blue Bell. HEX triplet: 93, 8E and CD. RGB value is (147,142,205). Sum of RGB (Red+Green+Blue) = 147+142+205=494 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.76% from 494); Green value is 142 (55.86% from 255 or 28.74% from 494); Blue value is 205 (80.47% from 255 or 41.50% from 494); Max value from RGB is 205 - color contains mainly: blue. Hex color #938ECD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #938ECD is #6C7132. Grayscale: #969696. Windows color (decimal): -7106867 or 13471379. OLE color: 13471379.

HSL color Cylindrical-coordinate representation of color #938ECD: hue angle of 244.76º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #938ECD is Cyan = 0.28, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB147142205-
CMYK0.280.3100.20
HSL244.76º38.65%68.04%-
HSV(B)244.76º30.73%80.39%-
XYZ32.7329.9661.82-
YUV150.68158.66125.38-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 29.76%
GREEN value IS 142 (55.86% from 255) = 28.74%
BLUE value IS 205 (80.47% from 255) = 41.50%
R=29.76%
G=28.74%
B=41.50%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1471422050.280.3100.20244.7638.6568.04
Hex938ECD1C1F014f52744
Octal223216315343702436547104
Binary1001001110001110110011011110011111010100111101011001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938ECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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