#938BD0

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

Shades of Blue Bell #938BD0

Tints of Blue Bell #938BD0

Color information

#938BD0 (or 0x938BD0) is unknown color: approx Blue Bell. HEX triplet: 93, 8B and D0. RGB value is (147,139,208). Sum of RGB (Red+Green+Blue) = 147+139+208=494 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.76% from 494); Green value is 139 (54.69% from 255 or 28.14% from 494); Blue value is 208 (81.64% from 255 or 42.11% from 494); Max value from RGB is 208 - color contains mainly: blue. Hex color #938BD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #938BD0 is #6C742F. Grayscale: #949494. Windows color (decimal): -7107632 or 13667219. OLE color: 13667219.

HSL color Cylindrical-coordinate representation of color #938BD0: hue angle of 246.96º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #938BD0 is Cyan = 0.29, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB147139208-
CMYK0.290.3300.18
HSL246.96º42.33%68.04%-
HSV(B)246.96º33.17%81.57%-
XYZ32.6529.2263.59-
YUV149.26161.15126.39-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 29.76%
GREEN value IS 139 (54.69% from 255) = 28.14%
BLUE value IS 208 (81.64% from 255) = 42.11%
R=29.76%
G=28.14%
B=42.11%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1471392080.290.3300.18246.9642.3368.04
Hex938BD01D21012f72a44
Octal223213320354102236752104
Binary10010011100010111101000011101100001010010111101111010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938BD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,139,208); }

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

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

 a { background-color: rgb(147,139,208); }

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

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

 span { border-color: rgb(147,139,208); }

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