#968ECC

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

Shades of Blue Bell #968ECC

Tints of Blue Bell #968ECC

Color information

#968ECC (or 0x968ECC) is unknown color: approx Blue Bell. HEX triplet: 96, 8E and CC. RGB value is (150,142,204). Sum of RGB (Red+Green+Blue) = 150+142+204=496 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.24% from 496); Green value is 142 (55.86% from 255 or 28.63% from 496); Blue value is 204 (80.08% from 255 or 41.13% from 496); Max value from RGB is 204 - color contains mainly: blue. Hex color #968ECC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #968ECC is #697133. Grayscale: #979797. Windows color (decimal): -6910260 or 13405846. OLE color: 13405846.

HSL color Cylindrical-coordinate representation of color #968ECC: hue angle of 247.74º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #968ECC is Cyan = 0.26, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB150142204-
CMYK0.260.3000.2
HSL247.74º37.8%67.84%-
HSV(B)247.74º30.39%80%-
XYZ33.1530.1961.21-
YUV151.46157.65126.96-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.24%
GREEN value IS 142 (55.86% from 255) = 28.63%
BLUE value IS 204 (80.08% from 255) = 41.13%
R=30.24%
G=28.63%
B=41.13%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1501422040.260.3000.2247.7437.867.84
Hex968ECC1A1E014f82644
Octal226216314323602437046104
Binary1001011010001110110011001101011110010100111110001001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968ECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968ECC; }

 p { color: rgb(150,142,204); }

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

<style>
 a { background-color: #968ECC; }

 a { background-color: rgb(150,142,204); }

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

<style>
 span { border-color: #968ECC; }

 span { border-color: rgb(150,142,204); }

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