#968ECA

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

Shades of Blue Bell #968ECA

Tints of Blue Bell #968ECA

Color information

#968ECA (or 0x968ECA) is unknown color: approx Blue Bell. HEX triplet: 96, 8E and CA. RGB value is (150,142,202). Sum of RGB (Red+Green+Blue) = 150+142+202=494 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.36% from 494); Green value is 142 (55.86% from 255 or 28.74% from 494); Blue value is 202 (79.30% from 255 or 40.89% from 494); Max value from RGB is 202 - color contains mainly: blue. Hex color #968ECA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #968ECA is #697135. Grayscale: #979797. Windows color (decimal): -6910262 or 13274774. OLE color: 13274774.

HSL color Cylindrical-coordinate representation of color #968ECA: hue angle of 248º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #968ECA is Cyan = 0.26, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB150142202-
CMYK0.260.3000.21
HSL248º36.14%67.45%-
HSV(B)248º29.7%79.22%-
XYZ32.9130.0959.95-
YUV151.23156.65127.12-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.36%
GREEN value IS 142 (55.86% from 255) = 28.74%
BLUE value IS 202 (79.30% from 255) = 40.89%
R=30.36%
G=28.74%
B=40.89%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1501422020.260.3000.2124836.1467.45
Hex968ECA1A1E015f82443
Octal226216312323602537044103
Binary1001011010001110110010101101011110010101111110001001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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