#968CDD

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

Shades of Blue Bell #968CDD

Tints of Blue Bell #968CDD

Color information

#968CDD (or 0x968CDD) is unknown color: approx Blue Bell. HEX triplet: 96, 8C and DD. RGB value is (150,140,221). Sum of RGB (Red+Green+Blue) = 150+140+221=511 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.35% from 511); Green value is 140 (55.08% from 255 or 27.40% from 511); Blue value is 221 (86.72% from 255 or 43.25% from 511); Max value from RGB is 221 - color contains mainly: blue. Hex color #968CDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #968CDD is #697322. Grayscale: #979797. Windows color (decimal): -6910755 or 14519446. OLE color: 14519446.

HSL color Cylindrical-coordinate representation of color #968CDD: hue angle of 247.41º degrees, saturation: 0.54, 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 #968CDD is Cyan = 0.32, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB150140221-
CMYK0.320.3700.13
HSL247.41º54.36%70.78%-
HSV(B)247.41º36.65%86.67%-
XYZ35.0130.4672.44-
YUV152.22166.81126.41-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.35%
GREEN value IS 140 (55.08% from 255) = 27.40%
BLUE value IS 221 (86.72% from 255) = 43.25%
R=29.35%
G=27.40%
B=43.25%

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
Decimal1501402210.320.3700.13247.4154.3670.78
Hex968CDD20250Df73647
Octal226214335404501536766107
Binary10010110100011001101110110000010010101101111101111101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968CDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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