#938FC6

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

Shades of Blue Bell #938FC6

Tints of Blue Bell #938FC6

Color information

#938FC6 (or 0x938FC6) is unknown color: approx Blue Bell. HEX triplet: 93, 8F and C6. RGB value is (147,143,198). Sum of RGB (Red+Green+Blue) = 147+143+198=488 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.12% from 488); Green value is 143 (56.25% from 255 or 29.30% from 488); Blue value is 198 (77.73% from 255 or 40.57% from 488); Max value from RGB is 198 - color contains mainly: blue. Hex color #938FC6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #938FC6 is #6C7039. Grayscale: #969696. Windows color (decimal): -7106618 or 13012883. OLE color: 13012883.

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

Color convert

RGB147143198-
CMYK0.260.2800.22
HSL244.36º32.54%66.86%-
HSV(B)244.36º27.78%77.65%-
XYZ32.0529.9357.51-
YUV150.47154.83125.53-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 30.12%
GREEN value IS 143 (56.25% from 255) = 29.30%
BLUE value IS 198 (77.73% from 255) = 40.57%
R=30.12%
G=29.30%
B=40.57%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1471431980.260.2800.22244.3632.5466.86
Hex938FC61A1C016f42143
Octal223217306323402636441103
Binary1001001110001111110001101101011100010110111101001000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938FC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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