#938FCC

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

Shades of Blue Bell #938FCC

Tints of Blue Bell #938FCC

Color information

#938FCC (or 0x938FCC) is unknown color: approx Blue Bell. HEX triplet: 93, 8F and CC. RGB value is (147,143,204). Sum of RGB (Red+Green+Blue) = 147+143+204=494 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.76% from 494); Green value is 143 (56.25% from 255 or 28.95% from 494); Blue value is 204 (80.08% from 255 or 41.30% from 494); Max value from RGB is 204 - color contains mainly: blue. Hex color #938FCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #938FCC is #6C7033. Grayscale: #969696. Windows color (decimal): -7106612 or 13406099. OLE color: 13406099.

HSL color Cylindrical-coordinate representation of color #938FCC: hue angle of 243.93º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #938FCC is Cyan = 0.28, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB147143204-
CMYK0.280.3000.2
HSL243.93º37.42%68.04%-
HSV(B)243.93º29.9%80%-
XYZ32.7530.2161.23-
YUV151.15157.83125.04-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 29.76%
GREEN value IS 143 (56.25% from 255) = 28.95%
BLUE value IS 204 (80.08% from 255) = 41.30%
R=29.76%
G=28.95%
B=41.30%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1471432040.280.3000.2243.9337.4268.04
Hex938FCC1C1E014f42544
Octal223217314343602436445104
Binary1001001110001111110011001110011110010100111101001001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938FCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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