#939ACE

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

Shades of Blue Bell #939ACE

Tints of Blue Bell #939ACE

Color information

#939ACE (or 0x939ACE) is unknown color: approx Blue Bell. HEX triplet: 93, 9A and CE. RGB value is (147,154,206). Sum of RGB (Red+Green+Blue) = 147+154+206=507 (67% of max value = 765). Red value is 147 (57.81% from 255 or 28.99% from 507); Green value is 154 (60.55% from 255 or 30.37% from 507); Blue value is 206 (80.86% from 255 or 40.63% from 507); Max value from RGB is 206 - color contains mainly: blue. Hex color #939ACE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #939ACE is #6C6531. Grayscale: #9D9D9D. Windows color (decimal): -7103794 or 13539987. OLE color: 13539987.

HSL color Cylindrical-coordinate representation of color #939ACE: hue angle of 232.88º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #939ACE is Cyan = 0.29, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB147154206-
CMYK0.290.2500.19
HSL232.88º37.58%69.22%-
HSV(B)232.88º28.64%80.78%-
XYZ34.7333.7763.08-
YUV157.84155.18120.27-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 28.99%
GREEN value IS 154 (60.55% from 255) = 30.37%
BLUE value IS 206 (80.86% from 255) = 40.63%
R=28.99%
G=30.37%
B=40.63%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1471542060.290.2500.19232.8837.5869.22
Hex939ACE1D19013e92645
Octal223232316353102335146105
Binary1001001110011010110011101110111001010011111010011001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939ACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #939ACE; }

 p { color: rgb(147,154,206); }

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

<style>
 a { background-color: #939ACE; }

 a { background-color: rgb(147,154,206); }

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

<style>
 span { border-color: #939ACE; }

 span { border-color: rgb(147,154,206); }

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