#938CDA

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

Shades of Blue Bell #938CDA

Tints of Blue Bell #938CDA

Color information

#938CDA (or 0x938CDA) is unknown color: approx Blue Bell. HEX triplet: 93, 8C and DA. RGB value is (147,140,218). Sum of RGB (Red+Green+Blue) = 147+140+218=505 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.11% from 505); Green value is 140 (55.08% from 255 or 27.72% from 505); Blue value is 218 (85.55% from 255 or 43.17% from 505); Max value from RGB is 218 - color contains mainly: blue. Hex color #938CDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #938CDA is #6C7325. Grayscale: #969696. Windows color (decimal): -7107366 or 14322835. OLE color: 14322835.

HSL color Cylindrical-coordinate representation of color #938CDA: hue angle of 245.38º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #938CDA is Cyan = 0.33, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB147140218-
CMYK0.330.3600.15
HSL245.38º51.32%70.2%-
HSV(B)245.38º35.78%85.49%-
XYZ34.0730.0270.33-
YUV150.98165.82125.16-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 29.11%
GREEN value IS 140 (55.08% from 255) = 27.72%
BLUE value IS 218 (85.55% from 255) = 43.17%
R=29.11%
G=27.72%
B=43.17%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1471402180.330.3600.15245.3851.3270.2
Hex938CDA21240Ff53346
Octal223214332414401736563106
Binary10010011100011001101101010000110010001111111101011100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938CDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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