#939ABF

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

Shades of Blue Bell #939ABF

Tints of Blue Bell #939ABF

Color information

#939ABF (or 0x939ABF) is unknown color: approx Blue Bell. HEX triplet: 93, 9A and BF. RGB value is (147,154,191). Sum of RGB (Red+Green+Blue) = 147+154+191=492 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.88% from 492); Green value is 154 (60.55% from 255 or 31.30% from 492); Blue value is 191 (75% from 255 or 38.82% from 492); Max value from RGB is 191 - color contains mainly: blue. Hex color #939ABF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #939ABF is #6C6540. Grayscale: #9B9B9B. Windows color (decimal): -7103809 or 12556947. OLE color: 12556947.

HSL color Cylindrical-coordinate representation of color #939ABF: hue angle of 230.45º degrees, saturation: 0.26, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #939ABF is Cyan = 0.23, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB147154191-
CMYK0.230.1900.25
HSL230.45º25.58%66.27%-
HSV(B)230.45º23.04%74.9%-
XYZ32.9933.0853.94-
YUV156.12147.68121.49-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 29.88%
GREEN value IS 154 (60.55% from 255) = 31.30%
BLUE value IS 191 (75% from 255) = 38.82%
R=29.88%
G=31.30%
B=38.82%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1471541910.230.1900.25230.4525.5866.27
Hex939ABF1713019e61a42
Octal223232277272303134632102
Binary100100111001101010111111101111001101100111100110110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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