#938EBF

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

Shades of Blue Bell #938EBF

Tints of Blue Bell #938EBF

Color information

#938EBF (or 0x938EBF) is unknown color: approx Blue Bell. HEX triplet: 93, 8E and BF. RGB value is (147,142,191). Sum of RGB (Red+Green+Blue) = 147+142+191=480 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.62% from 480); Green value is 142 (55.86% from 255 or 29.58% from 480); Blue value is 191 (75% from 255 or 39.79% from 480); Max value from RGB is 191 - color contains mainly: blue. Hex color #938EBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #938EBF is #6C7140. Grayscale: #949494. Windows color (decimal): -7106881 or 12553875. OLE color: 12553875.

HSL color Cylindrical-coordinate representation of color #938EBF: hue angle of 246.12º 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 #938EBF is Cyan = 0.23, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB147142191-
CMYK0.230.2600.25
HSL246.12º27.68%65.29%-
HSV(B)246.12º25.65%74.9%-
XYZ31.1129.3153.31-
YUV149.08151.66126.52-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 30.62%
GREEN value IS 142 (55.86% from 255) = 29.58%
BLUE value IS 191 (75% from 255) = 39.79%
R=30.62%
G=29.58%
B=39.79%

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
Decimal1471421910.230.2600.25246.1227.6865.29
Hex938EBF171A019f61c41
Octal223216277273203136634101
Binary100100111000111010111111101111101001100111110110111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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