#938FCA

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

Shades of Blue Bell #938FCA

Tints of Blue Bell #938FCA

Color information

#938FCA (or 0x938FCA) is unknown color: approx Blue Bell. HEX triplet: 93, 8F and CA. RGB value is (147,143,202). Sum of RGB (Red+Green+Blue) = 147+143+202=492 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.88% from 492); Green value is 143 (56.25% from 255 or 29.07% from 492); Blue value is 202 (79.30% from 255 or 41.06% from 492); Max value from RGB is 202 - color contains mainly: blue. Hex color #938FCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #938FCA is #6C7035. Grayscale: #969696. Windows color (decimal): -7106614 or 13275027. OLE color: 13275027.

HSL color Cylindrical-coordinate representation of color #938FCA: hue angle of 244.07º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #938FCA is Cyan = 0.27, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB147143202-
CMYK0.270.2900.21
HSL244.07º35.76%67.65%-
HSV(B)244.07º29.21%79.22%-
XYZ32.5230.1159.98-
YUV150.92156.83125.2-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 29.88%
GREEN value IS 143 (56.25% from 255) = 29.07%
BLUE value IS 202 (79.30% from 255) = 41.06%
R=29.88%
G=29.07%
B=41.06%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1471432020.270.2900.21244.0735.7667.65
Hex938FCA1B1D015f42444
Octal223217312333502536444104
Binary1001001110001111110010101101111101010101111101001001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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