#968EDD

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

Shades of Blue Bell #968EDD

Tints of Blue Bell #968EDD

Color information

#968EDD (or 0x968EDD) is unknown color: approx Blue Bell. HEX triplet: 96, 8E and DD. RGB value is (150,142,221). Sum of RGB (Red+Green+Blue) = 150+142+221=513 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.24% from 513); Green value is 142 (55.86% from 255 or 27.68% from 513); Blue value is 221 (86.72% from 255 or 43.08% from 513); Max value from RGB is 221 - color contains mainly: blue. Hex color #968EDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #968EDD is #697122. Grayscale: #999999. Windows color (decimal): -6910243 or 14519958. OLE color: 14519958.

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

Color convert

RGB150142221-
CMYK0.320.3600.13
HSL246.08º53.74%71.18%-
HSV(B)246.08º35.75%86.67%-
XYZ35.331.0572.54-
YUV153.4166.15125.58-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.24%
GREEN value IS 142 (55.86% from 255) = 27.68%
BLUE value IS 221 (86.72% from 255) = 43.08%
R=29.24%
G=27.68%
B=43.08%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1501422210.320.3600.13246.0853.7471.18
Hex968EDD20240Df63647
Octal226216335404401536666107
Binary10010110100011101101110110000010010001101111101101101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968EDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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