#968DCA

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

Shades of Blue Bell #968DCA

Tints of Blue Bell #968DCA

Color information

#968DCA (or 0x968DCA) is unknown color: approx Blue Bell. HEX triplet: 96, 8D and CA. RGB value is (150,141,202). Sum of RGB (Red+Green+Blue) = 150+141+202=493 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.43% from 493); Green value is 141 (55.47% from 255 or 28.60% from 493); Blue value is 202 (79.30% from 255 or 40.97% from 493); Max value from RGB is 202 - color contains mainly: blue. Hex color #968DCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #968DCA is #697235. Grayscale: #969696. Windows color (decimal): -6910518 or 13274518. OLE color: 13274518.

HSL color Cylindrical-coordinate representation of color #968DCA: hue angle of 248.85º degrees, saturation: 0.37, 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 #968DCA is Cyan = 0.26, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB150141202-
CMYK0.260.3000.21
HSL248.85º36.53%67.25%-
HSV(B)248.85º30.2%79.22%-
XYZ32.7629.859.9-
YUV150.64156.98127.54-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.43%
GREEN value IS 141 (55.47% from 255) = 28.60%
BLUE value IS 202 (79.30% from 255) = 40.97%
R=30.43%
G=28.60%
B=40.97%

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
Decimal1501412020.260.3000.21248.8536.5367.25
Hex968DCA1A1E015f92543
Octal226215312323602537145103
Binary1001011010001101110010101101011110010101111110011001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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