#938FD3

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

Shades of Blue Bell #938FD3

Tints of Blue Bell #938FD3

Color information

#938FD3 (or 0x938FD3) is unknown color: approx Blue Bell. HEX triplet: 93, 8F and D3. RGB value is (147,143,211). Sum of RGB (Red+Green+Blue) = 147+143+211=501 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.34% from 501); Green value is 143 (56.25% from 255 or 28.54% from 501); Blue value is 211 (82.81% from 255 or 42.12% from 501); Max value from RGB is 211 - color contains mainly: blue. Hex color #938FD3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #938FD3 is #6C702C. Grayscale: #979797. Windows color (decimal): -7106605 or 13864851. OLE color: 13864851.

HSL color Cylindrical-coordinate representation of color #938FD3: hue angle of 243.53º degrees, saturation: 0.44, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #938FD3 is Cyan = 0.30, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB147143211-
CMYK0.300.3200.17
HSL243.53º43.59%69.41%-
HSV(B)243.53º32.23%82.75%-
XYZ33.6130.5565.75-
YUV151.95161.33124.47-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 29.34%
GREEN value IS 143 (56.25% from 255) = 28.54%
BLUE value IS 211 (82.81% from 255) = 42.12%
R=29.34%
G=28.54%
B=42.12%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1471432110.300.3200.17243.5343.5969.41
Hex938FD31E20011f42c45
Octal223217323364002136454105
Binary10010011100011111101001111110100000010001111101001011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938FD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,143,211); }

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

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

 a { background-color: rgb(147,143,211); }

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

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

 span { border-color: rgb(147,143,211); }

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