#938DC6

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

Shades of Blue Bell #938DC6

Tints of Blue Bell #938DC6

Color information

#938DC6 (or 0x938DC6) is unknown color: approx Blue Bell. HEX triplet: 93, 8D and C6. RGB value is (147,141,198). Sum of RGB (Red+Green+Blue) = 147+141+198=486 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.25% from 486); Green value is 141 (55.47% from 255 or 29.01% from 486); Blue value is 198 (77.73% from 255 or 40.74% from 486); Max value from RGB is 198 - color contains mainly: blue. Hex color #938DC6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #938DC6 is #6C7239. Grayscale: #959595. Windows color (decimal): -7107130 or 13012371. OLE color: 13012371.

HSL color Cylindrical-coordinate representation of color #938DC6: hue angle of 246.32º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #938DC6 is Cyan = 0.26, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB147141198-
CMYK0.260.2900.22
HSL246.32º33.33%66.47%-
HSV(B)246.32º28.79%77.65%-
XYZ31.7529.3357.41-
YUV149.29155.49126.37-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 30.25%
GREEN value IS 141 (55.47% from 255) = 29.01%
BLUE value IS 198 (77.73% from 255) = 40.74%
R=30.25%
G=29.01%
B=40.74%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1471411980.260.2900.22246.3233.3366.47
Hex938DC61A1D016f62142
Octal223215306323502636641102
Binary1001001110001101110001101101011101010110111101101000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938DC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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