#968ADB

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

Shades of Blue Bell #968ADB

Tints of Blue Bell #968ADB

Color information

#968ADB (or 0x968ADB) is unknown color: approx Blue Bell. HEX triplet: 96, 8A and DB. RGB value is (150,138,219). Sum of RGB (Red+Green+Blue) = 150+138+219=507 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.59% from 507); Green value is 138 (54.30% from 255 or 27.22% from 507); Blue value is 219 (85.94% from 255 or 43.20% from 507); Max value from RGB is 219 - color contains mainly: blue. Hex color #968ADB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #968ADB is #697524. Grayscale: #969696. Windows color (decimal): -6911269 or 14387862. OLE color: 14387862.

HSL color Cylindrical-coordinate representation of color #968ADB: hue angle of 248.89º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #968ADB is Cyan = 0.32, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB150138219-
CMYK0.320.3700.14
HSL248.89º52.94%70%-
HSV(B)248.89º36.99%85.88%-
XYZ34.4529.7870.95-
YUV150.82166.48127.41-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.59%
GREEN value IS 138 (54.30% from 255) = 27.22%
BLUE value IS 219 (85.94% from 255) = 43.20%
R=29.59%
G=27.22%
B=43.20%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1501382190.320.3700.14248.8952.9470
Hex968ADB20250Ef93546
Octal226212333404501637165106
Binary10010110100010101101101110000010010101110111110011101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968ADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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