#968DE8

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

Shades of Blue Bell #968DE8

Tints of Blue Bell #968DE8

Color information

#968DE8 (or 0x968DE8) is unknown color: approx Blue Bell. HEX triplet: 96, 8D and E8. RGB value is (150,141,232). Sum of RGB (Red+Green+Blue) = 150+141+232=523 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.68% from 523); Green value is 141 (55.47% from 255 or 26.96% from 523); Blue value is 232 (91.02% from 255 or 44.36% from 523); Max value from RGB is 232 - color contains mainly: blue. Hex color #968DE8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #968DE8 is #697217. Grayscale: #999999. Windows color (decimal): -6910488 or 15240598. OLE color: 15240598.

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

Color convert

RGB150141232-
CMYK0.350.3900.09
HSL245.93º66.42%73.14%-
HSV(B)245.93º39.22%90.98%-
XYZ36.6731.3680.46-
YUV154.06171.98125.1-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.68%
GREEN value IS 141 (55.47% from 255) = 26.96%
BLUE value IS 232 (91.02% from 255) = 44.36%
R=28.68%
G=26.96%
B=44.36%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1501412320.350.3900.09245.9366.4273.14
Hex968DE8232709f64249
Octal2262153504347011366102111
Binary100101101000110111101000100011100111010011111011010000101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968DE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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