#938DDA

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

Shades of Blue Bell #938DDA

Tints of Blue Bell #938DDA

Color information

#938DDA (or 0x938DDA) is unknown color: approx Blue Bell. HEX triplet: 93, 8D and DA. RGB value is (147,141,218). Sum of RGB (Red+Green+Blue) = 147+141+218=506 (67% of max value = 765). Red value is 147 (57.81% from 255 or 29.05% from 506); Green value is 141 (55.47% from 255 or 27.87% from 506); Blue value is 218 (85.55% from 255 or 43.08% from 506); Max value from RGB is 218 - color contains mainly: blue. Hex color #938DDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #938DDA is #6C7225. Grayscale: #979797. Windows color (decimal): -7107110 or 14323091. OLE color: 14323091.

HSL color Cylindrical-coordinate representation of color #938DDA: hue angle of 244.68º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #938DDA is Cyan = 0.33, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB147141218-
CMYK0.330.3500.15
HSL244.68º50.99%70.39%-
HSV(B)244.68º35.32%85.49%-
XYZ34.2130.3170.38-
YUV151.57165.49124.74-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 29.05%
GREEN value IS 141 (55.47% from 255) = 27.87%
BLUE value IS 218 (85.55% from 255) = 43.08%
R=29.05%
G=27.87%
B=43.08%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1471412180.330.3500.15244.6850.9970.39
Hex938DDA21230Ff53346
Octal223215332414301736563106
Binary10010011100011011101101010000110001101111111101011100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938DDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,141,218); }

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

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

 a { background-color: rgb(147,141,218); }

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

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

 span { border-color: rgb(147,141,218); }

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