#938BDB

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

Shades of Blue Bell #938BDB

Tints of Blue Bell #938BDB

Color information

#938BDB (or 0x938BDB) is unknown color: approx Blue Bell. HEX triplet: 93, 8B and DB. RGB value is (147,139,219). Sum of RGB (Red+Green+Blue) = 147+139+219=505 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.11% from 505); Green value is 139 (54.69% from 255 or 27.52% from 505); Blue value is 219 (85.94% from 255 or 43.37% from 505); Max value from RGB is 219 - color contains mainly: blue. Hex color #938BDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #938BDB is #6C7424. Grayscale: #969696. Windows color (decimal): -7107621 or 14388115. OLE color: 14388115.

HSL color Cylindrical-coordinate representation of color #938BDB: hue angle of 246º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #938BDB is Cyan = 0.33, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB147139219-
CMYK0.330.3700.14
HSL246º52.63%70.2%-
HSV(B)246º36.53%85.88%-
XYZ34.0529.7870.97-
YUV150.51166.65125.5-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 29.11%
GREEN value IS 139 (54.69% from 255) = 27.52%
BLUE value IS 219 (85.94% from 255) = 43.37%
R=29.11%
G=27.52%
B=43.37%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1471392190.330.3700.1424652.6370.2
Hex938BDB21250Ef63546
Octal223213333414501636665106
Binary10010011100010111101101110000110010101110111101101101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938BDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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