#968DDA

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

Shades of Blue Bell #968DDA

Tints of Blue Bell #968DDA

Color information

#968DDA (or 0x968DDA) is unknown color: approx Blue Bell. HEX triplet: 96, 8D and DA. RGB value is (150,141,218). Sum of RGB (Red+Green+Blue) = 150+141+218=509 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.47% from 509); Green value is 141 (55.47% from 255 or 27.70% from 509); Blue value is 218 (85.55% from 255 or 42.83% from 509); Max value from RGB is 218 - color contains mainly: blue. Hex color #968DDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #968DDA is #697225. Grayscale: #989898. Windows color (decimal): -6910502 or 14323094. OLE color: 14323094.

HSL color Cylindrical-coordinate representation of color #968DDA: hue angle of 247.01º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #968DDA is Cyan = 0.31, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB150141218-
CMYK0.310.3500.15
HSL247.01º50.99%70.39%-
HSV(B)247.01º35.32%85.49%-
XYZ34.7630.670.4-
YUV152.47164.98126.24-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.47%
GREEN value IS 141 (55.47% from 255) = 27.70%
BLUE value IS 218 (85.55% from 255) = 42.83%
R=29.47%
G=27.70%
B=42.83%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1501412180.310.3500.15247.0150.9970.39
Hex968DDA1F230Ff73346
Octal226215332374301736763106
Binary1001011010001101110110101111110001101111111101111100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968DDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,141,218); }

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

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

 a { background-color: rgb(150,141,218); }

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

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

 span { border-color: rgb(150,141,218); }

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