#939BCC

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

Shades of Blue Bell #939BCC

Tints of Blue Bell #939BCC

Color information

#939BCC (or 0x939BCC) is unknown color: approx Blue Bell. HEX triplet: 93, 9B and CC. RGB value is (147,155,204). Sum of RGB (Red+Green+Blue) = 147+155+204=506 (67% of max value = 765). Red value is 147 (57.81% from 255 or 29.05% from 506); Green value is 155 (60.94% from 255 or 30.63% from 506); Blue value is 204 (80.08% from 255 or 40.32% from 506); Max value from RGB is 204 - color contains mainly: blue. Hex color #939BCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #939BCC is #6C6433. Grayscale: #9D9D9D. Windows color (decimal): -7103540 or 13409171. OLE color: 13409171.

HSL color Cylindrical-coordinate representation of color #939BCC: hue angle of 231.58º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #939BCC is Cyan = 0.28, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB147155204-
CMYK0.280.2400.2
HSL231.58º35.85%68.82%-
HSV(B)231.58º27.94%80%-
XYZ34.6534.0161.86-
YUV158.19153.85120.02-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 29.05%
GREEN value IS 155 (60.94% from 255) = 30.63%
BLUE value IS 204 (80.08% from 255) = 40.32%
R=29.05%
G=30.63%
B=40.32%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1471552040.280.2400.2231.5835.8568.82
Hex939BCC1C18014e82445
Octal223233314343002435044105
Binary1001001110011011110011001110011000010100111010001001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939BCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,155,204); }

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

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

 a { background-color: rgb(147,155,204); }

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

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

 span { border-color: rgb(147,155,204); }

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