#968AD5

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

Shades of Blue Bell #968AD5

Tints of Blue Bell #968AD5

Color information

#968AD5 (or 0x968AD5) is unknown color: approx Blue Bell. HEX triplet: 96, 8A and D5. RGB value is (150,138,213). Sum of RGB (Red+Green+Blue) = 150+138+213=501 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.94% from 501); Green value is 138 (54.30% from 255 or 27.54% from 501); Blue value is 213 (83.59% from 255 or 42.51% from 501); Max value from RGB is 213 - color contains mainly: blue. Hex color #968AD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #968AD5 is #69752A. Grayscale: #959595. Windows color (decimal): -6911275 or 13994646. OLE color: 13994646.

HSL color Cylindrical-coordinate representation of color #968AD5: hue angle of 249.6º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #968AD5 is Cyan = 0.30, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB150138213-
CMYK0.300.3500.16
HSL249.6º47.17%68.82%-
HSV(B)249.6º35.21%83.53%-
XYZ33.6829.4766.86-
YUV150.14163.48127.9-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.94%
GREEN value IS 138 (54.30% from 255) = 27.54%
BLUE value IS 213 (83.59% from 255) = 42.51%
R=29.94%
G=27.54%
B=42.51%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1501382130.300.3500.16249.647.1768.82
Hex968AD51E23010fa2f45
Octal226212325364302037257105
Binary10010110100010101101010111110100011010000111110101011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968AD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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