#939BC9

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

Shades of Blue Bell #939BC9

Tints of Blue Bell #939BC9

Color information

#939BC9 (or 0x939BC9) is unknown color: approx Blue Bell. HEX triplet: 93, 9B and C9. RGB value is (147,155,201). Sum of RGB (Red+Green+Blue) = 147+155+201=503 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.22% from 503); Green value is 155 (60.94% from 255 or 30.82% from 503); Blue value is 201 (78.91% from 255 or 39.96% from 503); Max value from RGB is 201 - color contains mainly: blue. Hex color #939BC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #939BC9 is #6C6436. Grayscale: #9D9D9D. Windows color (decimal): -7103543 or 13212563. OLE color: 13212563.

HSL color Cylindrical-coordinate representation of color #939BC9: hue angle of 231.11º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #939BC9 is Cyan = 0.27, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB147155201-
CMYK0.270.2300.21
HSL231.11º33.33%68.24%-
HSV(B)231.11º26.87%78.82%-
XYZ34.333.8659.99-
YUV157.85152.35120.26-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 29.22%
GREEN value IS 155 (60.94% from 255) = 30.82%
BLUE value IS 201 (78.91% from 255) = 39.96%
R=29.22%
G=30.82%
B=39.96%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1471552010.270.2300.21231.1133.3368.24
Hex939BC91B17015e72144
Octal223233311332702534741104
Binary1001001110011011110010011101110111010101111001111000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939BC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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