#938ECF

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

Shades of Blue Bell #938ECF

Tints of Blue Bell #938ECF

Color information

#938ECF (or 0x938ECF) is unknown color: approx Blue Bell. HEX triplet: 93, 8E and CF. RGB value is (147,142,207). Sum of RGB (Red+Green+Blue) = 147+142+207=496 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.64% from 496); Green value is 142 (55.86% from 255 or 28.63% from 496); Blue value is 207 (81.25% from 255 or 41.73% from 496); Max value from RGB is 207 - color contains mainly: blue. Hex color #938ECF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #938ECF is #6C7130. Grayscale: #969696. Windows color (decimal): -7106865 or 13602451. OLE color: 13602451.

HSL color Cylindrical-coordinate representation of color #938ECF: hue angle of 244.62º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #938ECF is Cyan = 0.29, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB147142207-
CMYK0.290.3100.19
HSL244.62º40.37%68.43%-
HSV(B)244.62º31.4%81.18%-
XYZ32.9730.0563.09-
YUV150.9159.66125.21-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 29.64%
GREEN value IS 142 (55.86% from 255) = 28.63%
BLUE value IS 207 (81.25% from 255) = 41.73%
R=29.64%
G=28.63%
B=41.73%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1471422070.290.3100.19244.6240.3768.43
Hex938ECF1D1F013f52844
Octal223216317353702336550104
Binary1001001110001110110011111110111111010011111101011010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938ECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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