#968BDD

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

Shades of Blue Bell #968BDD

Tints of Blue Bell #968BDD

Color information

#968BDD (or 0x968BDD) is unknown color: approx Blue Bell. HEX triplet: 96, 8B and DD. RGB value is (150,139,221). Sum of RGB (Red+Green+Blue) = 150+139+221=510 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.41% from 510); Green value is 139 (54.69% from 255 or 27.25% from 510); Blue value is 221 (86.72% from 255 or 43.33% from 510); Max value from RGB is 221 - color contains mainly: blue. Hex color #968BDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #968BDD is #697422. Grayscale: #979797. Windows color (decimal): -6911011 or 14519190. OLE color: 14519190.

HSL color Cylindrical-coordinate representation of color #968BDD: hue angle of 248.05º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #968BDD is Cyan = 0.32, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB150139221-
CMYK0.320.3700.13
HSL248.05º54.67%70.59%-
HSV(B)248.05º37.1%86.67%-
XYZ34.8630.1772.39-
YUV151.64167.14126.83-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.41%
GREEN value IS 139 (54.69% from 255) = 27.25%
BLUE value IS 221 (86.72% from 255) = 43.33%
R=29.41%
G=27.25%
B=43.33%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1501392210.320.3700.13248.0554.6770.59
Hex968BDD20250Df83747
Octal226213335404501537067107
Binary10010110100010111101110110000010010101101111110001101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968BDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,139,221); }

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

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

 a { background-color: rgb(150,139,221); }

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

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

 span { border-color: rgb(150,139,221); }

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