#938CD0

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

Shades of Blue Bell #938CD0

Tints of Blue Bell #938CD0

Color information

#938CD0 (or 0x938CD0) is unknown color: approx Blue Bell. HEX triplet: 93, 8C and D0. RGB value is (147,140,208). Sum of RGB (Red+Green+Blue) = 147+140+208=495 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.70% from 495); Green value is 140 (55.08% from 255 or 28.28% from 495); Blue value is 208 (81.64% from 255 or 42.02% from 495); Max value from RGB is 208 - color contains mainly: blue. Hex color #938CD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #938CD0 is #6C732F. Grayscale: #959595. Windows color (decimal): -7107376 or 13667475. OLE color: 13667475.

HSL color Cylindrical-coordinate representation of color #938CD0: hue angle of 246.18º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #938CD0 is Cyan = 0.29, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB147140208-
CMYK0.290.3300.18
HSL246.18º41.98%68.24%-
HSV(B)246.18º32.69%81.57%-
XYZ32.829.5163.64-
YUV149.84160.82125.97-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 29.70%
GREEN value IS 140 (55.08% from 255) = 28.28%
BLUE value IS 208 (81.64% from 255) = 42.02%
R=29.70%
G=28.28%
B=42.02%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1471402080.290.3300.18246.1841.9868.24
Hex938CD01D21012f62a44
Octal223214320354102236652104
Binary10010011100011001101000011101100001010010111101101010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938CD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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