#968DD4

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

Shades of Blue Bell #968DD4

Tints of Blue Bell #968DD4

Color information

#968DD4 (or 0x968DD4) is unknown color: approx Blue Bell. HEX triplet: 96, 8D and D4. RGB value is (150,141,212). Sum of RGB (Red+Green+Blue) = 150+141+212=503 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.82% from 503); Green value is 141 (55.47% from 255 or 28.03% from 503); Blue value is 212 (83.20% from 255 or 42.15% from 503); Max value from RGB is 212 - color contains mainly: blue. Hex color #968DD4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #968DD4 is #69722B. Grayscale: #979797. Windows color (decimal): -6910508 or 13929878. OLE color: 13929878.

HSL color Cylindrical-coordinate representation of color #968DD4: hue angle of 247.61º degrees, saturation: 0.45, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #968DD4 is Cyan = 0.29, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB150141212-
CMYK0.290.3300.17
HSL247.61º45.22%69.22%-
HSV(B)247.61º33.49%83.14%-
XYZ33.9930.2966.34-
YUV151.78161.98126.73-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.82%
GREEN value IS 141 (55.47% from 255) = 28.03%
BLUE value IS 212 (83.20% from 255) = 42.15%
R=29.82%
G=28.03%
B=42.15%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1501412120.290.3300.17247.6145.2269.22
Hex968DD41D21011f82d45
Octal226215324354102137055105
Binary10010110100011011101010011101100001010001111110001011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968DD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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