#939CC4

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

Shades of Blue Bell #939CC4

Tints of Blue Bell #939CC4

Color information

#939CC4 (or 0x939CC4) is unknown color: approx Blue Bell. HEX triplet: 93, 9C and C4. RGB value is (147,156,196). Sum of RGB (Red+Green+Blue) = 147+156+196=499 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.46% from 499); Green value is 156 (61.33% from 255 or 31.26% from 499); Blue value is 196 (76.95% from 255 or 39.28% from 499); Max value from RGB is 196 - color contains mainly: blue. Hex color #939CC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #939CC4 is #6C633B. Grayscale: #9D9D9D. Windows color (decimal): -7103292 or 12885139. OLE color: 12885139.

HSL color Cylindrical-coordinate representation of color #939CC4: hue angle of 228.98º degrees, saturation: 0.29, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #939CC4 is Cyan = 0.25, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB147156196-
CMYK0.250.2000.23
HSL228.98º29.34%67.25%-
HSV(B)228.98º25%76.86%-
XYZ33.8833.9756.99-
YUV157.87149.52120.25-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 29.46%
GREEN value IS 156 (61.33% from 255) = 31.26%
BLUE value IS 196 (76.95% from 255) = 39.28%
R=29.46%
G=31.26%
B=39.28%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1471561960.250.2000.23228.9829.3467.25
Hex939CC41914017e51d43
Octal223234304312402734535103
Binary100100111001110011000100110011010001011111100101111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939CC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,156,196); }

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

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

 a { background-color: rgb(147,156,196); }

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

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

 span { border-color: rgb(147,156,196); }

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