#938BDA

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

Shades of Blue Bell #938BDA

Tints of Blue Bell #938BDA

Color information

#938BDA (or 0x938BDA) is unknown color: approx Blue Bell. HEX triplet: 93, 8B and DA. RGB value is (147,139,218). Sum of RGB (Red+Green+Blue) = 147+139+218=504 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.17% from 504); Green value is 139 (54.69% from 255 or 27.58% from 504); Blue value is 218 (85.55% from 255 or 43.25% from 504); Max value from RGB is 218 - color contains mainly: blue. Hex color #938BDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #938BDA is #6C7425. Grayscale: #969696. Windows color (decimal): -7107622 or 14322579. OLE color: 14322579.

HSL color Cylindrical-coordinate representation of color #938BDA: hue angle of 246.08º degrees, saturation: 0.52, 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 #938BDA is Cyan = 0.33, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB147139218-
CMYK0.330.3600.15
HSL246.08º51.63%70%-
HSV(B)246.08º36.24%85.49%-
XYZ33.9229.7370.28-
YUV150.4166.15125.58-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 29.17%
GREEN value IS 139 (54.69% from 255) = 27.58%
BLUE value IS 218 (85.55% from 255) = 43.25%
R=29.17%
G=27.58%
B=43.25%

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
Decimal1471392180.330.3600.15246.0851.6370
Hex938BDA21240Ff63446
Octal223213332414401736664106
Binary10010011100010111101101010000110010001111111101101101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938BDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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