#939BCE

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

Shades of Blue Bell #939BCE

Tints of Blue Bell #939BCE

Color information

#939BCE (or 0x939BCE) is unknown color: approx Blue Bell. HEX triplet: 93, 9B and CE. RGB value is (147,155,206). Sum of RGB (Red+Green+Blue) = 147+155+206=508 (67% of max value = 765). Red value is 147 (57.81% from 255 or 28.94% from 508); Green value is 155 (60.94% from 255 or 30.51% from 508); Blue value is 206 (80.86% from 255 or 40.55% from 508); Max value from RGB is 206 - color contains mainly: blue. Hex color #939BCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #939BCE is #6C6431. Grayscale: #9E9E9E. Windows color (decimal): -7103538 or 13540243. OLE color: 13540243.

HSL color Cylindrical-coordinate representation of color #939BCE: hue angle of 231.86º 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 #939BCE is Cyan = 0.29, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB147155206-
CMYK0.290.2500.19
HSL231.86º37.58%69.22%-
HSV(B)231.86º28.64%80.78%-
XYZ34.8934.163.14-
YUV158.42154.85119.85-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 28.94%
GREEN value IS 155 (60.94% from 255) = 30.51%
BLUE value IS 206 (80.86% from 255) = 40.55%
R=28.94%
G=30.51%
B=40.55%

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
Decimal1471552060.290.2500.19231.8637.5869.22
Hex939BCE1D19013e82645
Octal223233316353102335046105
Binary1001001110011011110011101110111001010011111010001001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939BCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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