#968BD4

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

Shades of Blue Bell #968BD4

Tints of Blue Bell #968BD4

Color information

#968BD4 (or 0x968BD4) is unknown color: approx Blue Bell. HEX triplet: 96, 8B and D4. RGB value is (150,139,212). Sum of RGB (Red+Green+Blue) = 150+139+212=501 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.94% from 501); Green value is 139 (54.69% from 255 or 27.74% from 501); Blue value is 212 (83.20% from 255 or 42.32% from 501); Max value from RGB is 212 - color contains mainly: blue. Hex color #968BD4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #968BD4 is #69742B. Grayscale: #969696. Windows color (decimal): -6911020 or 13929366. OLE color: 13929366.

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

Color convert

RGB150139212-
CMYK0.290.3400.17
HSL249.04º45.91%68.82%-
HSV(B)249.04º34.43%83.14%-
XYZ33.6929.766.24-
YUV150.61162.64127.56-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.94%
GREEN value IS 139 (54.69% from 255) = 27.74%
BLUE value IS 212 (83.20% from 255) = 42.32%
R=29.94%
G=27.74%
B=42.32%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1501392120.290.3400.17249.0445.9168.82
Hex968BD41D22011f92e45
Octal226213324354202137156105
Binary10010110100010111101010011101100010010001111110011011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968BD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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