#939CCA

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

Shades of Blue Bell #939CCA

Tints of Blue Bell #939CCA

Color information

#939CCA (or 0x939CCA) is unknown color: approx Blue Bell. HEX triplet: 93, 9C and CA. RGB value is (147,156,202). Sum of RGB (Red+Green+Blue) = 147+156+202=505 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.11% from 505); Green value is 156 (61.33% from 255 or 30.89% from 505); Blue value is 202 (79.30% from 255 or 40% from 505); Max value from RGB is 202 - color contains mainly: blue. Hex color #939CCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #939CCA is #6C6335. Grayscale: #9E9E9E. Windows color (decimal): -7103286 or 13278355. OLE color: 13278355.

HSL color Cylindrical-coordinate representation of color #939CCA: hue angle of 230.18º degrees, saturation: 0.34, 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 #939CCA is Cyan = 0.27, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB147156202-
CMYK0.270.2300.21
HSL230.18º34.16%68.43%-
HSV(B)230.18º27.23%79.22%-
XYZ34.5834.2460.66-
YUV158.55152.52119.76-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 29.11%
GREEN value IS 156 (61.33% from 255) = 30.89%
BLUE value IS 202 (79.30% from 255) = 40%
R=29.11%
G=30.89%
B=40%

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
Decimal1471562020.270.2300.21230.1834.1668.43
Hex939CCA1B17015e62244
Octal223234312332702534642104
Binary1001001110011100110010101101110111010101111001101000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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