#938CCA

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

Shades of Blue Bell #938CCA

Tints of Blue Bell #938CCA

Color information

#938CCA (or 0x938CCA) is unknown color: approx Blue Bell. HEX triplet: 93, 8C and CA. RGB value is (147,140,202). Sum of RGB (Red+Green+Blue) = 147+140+202=489 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.06% from 489); Green value is 140 (55.08% from 255 or 28.63% from 489); Blue value is 202 (79.30% from 255 or 41.31% from 489); Max value from RGB is 202 - color contains mainly: blue. Hex color #938CCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #938CCA is #6C7335. Grayscale: #949494. Windows color (decimal): -7107382 or 13274259. OLE color: 13274259.

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

Color convert

RGB147140202-
CMYK0.270.3100.21
HSL246.77º36.9%67.06%-
HSV(B)246.77º30.69%79.22%-
XYZ32.0729.2259.83-
YUV149.16157.82126.46-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 30.06%
GREEN value IS 140 (55.08% from 255) = 28.63%
BLUE value IS 202 (79.30% from 255) = 41.31%
R=30.06%
G=28.63%
B=41.31%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1471402020.270.3100.21246.7736.967.06
Hex938CCA1B1F015f72543
Octal223214312333702536745103
Binary1001001110001100110010101101111111010101111101111001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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