#938DCD

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

Shades of Blue Bell #938DCD

Tints of Blue Bell #938DCD

Color information

#938DCD (or 0x938DCD) is unknown color: approx Blue Bell. HEX triplet: 93, 8D and CD. RGB value is (147,141,205). Sum of RGB (Red+Green+Blue) = 147+141+205=493 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.82% from 493); Green value is 141 (55.47% from 255 or 28.60% from 493); Blue value is 205 (80.47% from 255 or 41.58% from 493); Max value from RGB is 205 - color contains mainly: blue. Hex color #938DCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #938DCD is #6C7232. Grayscale: #959595. Windows color (decimal): -7107123 or 13471123. OLE color: 13471123.

HSL color Cylindrical-coordinate representation of color #938DCD: hue angle of 245.62º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #938DCD is Cyan = 0.28, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB147141205-
CMYK0.280.3100.20
HSL245.62º39.02%67.84%-
HSV(B)245.62º31.22%80.39%-
XYZ32.5829.6661.77-
YUV150.09158.99125.8-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 29.82%
GREEN value IS 141 (55.47% from 255) = 28.60%
BLUE value IS 205 (80.47% from 255) = 41.58%
R=29.82%
G=28.60%
B=41.58%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1471412050.280.3100.20245.6239.0267.84
Hex938DCD1C1F014f62744
Octal223215315343702436647104
Binary1001001110001101110011011110011111010100111101101001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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