#968BE5

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

Shades of Blue Bell #968BE5

Tints of Blue Bell #968BE5

Color information

#968BE5 (or 0x968BE5) is unknown color: approx Blue Bell. HEX triplet: 96, 8B and E5. RGB value is (150,139,229). Sum of RGB (Red+Green+Blue) = 150+139+229=518 (68% of max value = 765). Red value is 150 (58.98% from 255 or 28.96% from 518); Green value is 139 (54.69% from 255 or 26.83% from 518); Blue value is 229 (89.84% from 255 or 44.21% from 518); Max value from RGB is 229 - color contains mainly: blue. Hex color #968BE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #968BE5 is #69741A. Grayscale: #989898. Windows color (decimal): -6911003 or 15043478. OLE color: 15043478.

HSL color Cylindrical-coordinate representation of color #968BE5: hue angle of 247.33º degrees, saturation: 0.63, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #968BE5 is Cyan = 0.34, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB150139229-
CMYK0.340.3900.10
HSL247.33º63.38%72.16%-
HSV(B)247.33º39.3%89.8%-
XYZ35.9530.6178.14-
YUV152.55171.14126.18-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.96%
GREEN value IS 139 (54.69% from 255) = 26.83%
BLUE value IS 229 (89.84% from 255) = 44.21%
R=28.96%
G=26.83%
B=44.21%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1501392290.340.3900.10247.3363.3872.16
Hex968BE522270Af73f48
Octal226213345424701236777110
Binary10010110100010111110010110001010011101010111101111111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968BE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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