#968ADE

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

Shades of Blue Bell #968ADE

Tints of Blue Bell #968ADE

Color information

#968ADE (or 0x968ADE) is unknown color: approx Blue Bell. HEX triplet: 96, 8A and DE. RGB value is (150,138,222). Sum of RGB (Red+Green+Blue) = 150+138+222=510 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.41% from 510); Green value is 138 (54.30% from 255 or 27.06% from 510); Blue value is 222 (87.11% from 255 or 43.53% from 510); Max value from RGB is 222 - color contains mainly: blue. Hex color #968ADE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #968ADE is #697521. Grayscale: #969696. Windows color (decimal): -6911266 or 14584470. OLE color: 14584470.

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

Color convert

RGB150138222-
CMYK0.320.3800.13
HSL248.57º56%70.59%-
HSV(B)248.57º37.84%87.06%-
XYZ34.8529.9373.05-
YUV151.16167.98127.17-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.41%
GREEN value IS 138 (54.30% from 255) = 27.06%
BLUE value IS 222 (87.11% from 255) = 43.53%
R=29.41%
G=27.06%
B=43.53%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1501382220.320.3800.13248.575670.59
Hex968ADE20260Df93847
Octal226212336404601537170107
Binary10010110100010101101111010000010011001101111110011110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968ADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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