#968AE8

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

Shades of Blue Bell #968AE8

Tints of Blue Bell #968AE8

Color information

#968AE8 (or 0x968AE8) is unknown color: approx Blue Bell. HEX triplet: 96, 8A and E8. RGB value is (150,138,232). Sum of RGB (Red+Green+Blue) = 150+138+232=520 (68% of max value = 765). Red value is 150 (58.98% from 255 or 28.85% from 520); Green value is 138 (54.30% from 255 or 26.54% from 520); Blue value is 232 (91.02% from 255 or 44.62% from 520); Max value from RGB is 232 - color contains mainly: blue. Hex color #968AE8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #968AE8 is #697517. Grayscale: #979797. Windows color (decimal): -6911256 or 15239830. OLE color: 15239830.

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

Color convert

RGB150138232-
CMYK0.350.4100.09
HSL247.66º67.14%72.55%-
HSV(B)247.66º40.52%90.98%-
XYZ36.2330.4980.32-
YUV152.3172.98126.36-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.85%
GREEN value IS 138 (54.30% from 255) = 26.54%
BLUE value IS 232 (91.02% from 255) = 44.62%
R=28.85%
G=26.54%
B=44.62%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1501382320.350.4100.09247.6667.1472.55
Hex968AE8232909f84349
Octal2262123504351011370103111
Binary100101101000101011101000100011101001010011111100010000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968AE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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