#968AD1

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

Shades of Blue Bell #968AD1

Tints of Blue Bell #968AD1

Color information

#968AD1 (or 0x968AD1) is unknown color: approx Blue Bell. HEX triplet: 96, 8A and D1. RGB value is (150,138,209). Sum of RGB (Red+Green+Blue) = 150+138+209=497 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.18% from 497); Green value is 138 (54.30% from 255 or 27.77% from 497); Blue value is 209 (82.03% from 255 or 42.05% from 497); Max value from RGB is 209 - color contains mainly: blue. Hex color #968AD1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #968AD1 is #69752E. Grayscale: #959595. Windows color (decimal): -6911279 or 13732502. OLE color: 13732502.

HSL color Cylindrical-coordinate representation of color #968AD1: hue angle of 250.14º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #968AD1 is Cyan = 0.28, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB150138209-
CMYK0.280.3400.18
HSL250.14º43.56%68.04%-
HSV(B)250.14º33.97%81.96%-
XYZ33.1729.2664.22-
YUV149.68161.48128.23-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.18%
GREEN value IS 138 (54.30% from 255) = 27.77%
BLUE value IS 209 (82.03% from 255) = 42.05%
R=30.18%
G=27.77%
B=42.05%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1501382090.280.3400.18250.1443.5668.04
Hex968AD11C22012fa2c44
Octal226212321344202237254104
Binary10010110100010101101000111100100010010010111110101011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968AD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,138,209); }

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

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

 a { background-color: rgb(150,138,209); }

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

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

 span { border-color: rgb(150,138,209); }

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