#938EC0

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

Shades of Blue Bell #938EC0

Tints of Blue Bell #938EC0

Color information

#938EC0 (or 0x938EC0) is unknown color: approx Blue Bell. HEX triplet: 93, 8E and C0. RGB value is (147,142,192). Sum of RGB (Red+Green+Blue) = 147+142+192=481 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.56% from 481); Green value is 142 (55.86% from 255 or 29.52% from 481); Blue value is 192 (75.39% from 255 or 39.92% from 481); Max value from RGB is 192 - color contains mainly: blue. Hex color #938EC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #938EC0 is #6C713F. Grayscale: #959595. Windows color (decimal): -7106880 or 12619411. OLE color: 12619411.

HSL color Cylindrical-coordinate representation of color #938EC0: hue angle of 246º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #938EC0 is Cyan = 0.23, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB147142192-
CMYK0.230.2600.25
HSL246º28.41%65.49%-
HSV(B)246º26.04%75.29%-
XYZ31.2229.3553.89-
YUV149.2152.16126.43-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 30.56%
GREEN value IS 142 (55.86% from 255) = 29.52%
BLUE value IS 192 (75.39% from 255) = 39.92%
R=30.56%
G=29.52%
B=39.92%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1471421920.230.2600.2524628.4165.49
Hex938EC0171A019f61c41
Octal223216300273203136634101
Binary100100111000111011000000101111101001100111110110111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938EC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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