#968BE8

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

Shades of Blue Bell #968BE8

Tints of Blue Bell #968BE8

Color information

#968BE8 (or 0x968BE8) is unknown color: approx Blue Bell. HEX triplet: 96, 8B and E8. RGB value is (150,139,232). Sum of RGB (Red+Green+Blue) = 150+139+232=521 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.79% from 521); Green value is 139 (54.69% from 255 or 26.68% from 521); Blue value is 232 (91.02% from 255 or 44.53% from 521); Max value from RGB is 232 - color contains mainly: blue. Hex color #968BE8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #968BE8 is #697417. Grayscale: #989898. Windows color (decimal): -6911000 or 15240086. OLE color: 15240086.

HSL color Cylindrical-coordinate representation of color #968BE8: hue angle of 247.1º degrees, saturation: 0.67, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #968BE8 is Cyan = 0.35, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB150139232-
CMYK0.350.4000.09
HSL247.1º66.91%72.75%-
HSV(B)247.1º40.09%90.98%-
XYZ36.3830.7880.37-
YUV152.89172.64125.94-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.79%
GREEN value IS 139 (54.69% from 255) = 26.68%
BLUE value IS 232 (91.02% from 255) = 44.53%
R=28.79%
G=26.68%
B=44.53%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1501392320.350.4000.09247.166.9172.75
Hex968BE8232809f74349
Octal2262133504350011367103111
Binary100101101000101111101000100011101000010011111011110000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968BE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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