#968ACE

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

Shades of Blue Bell #968ACE

Tints of Blue Bell #968ACE

Color information

#968ACE (or 0x968ACE) is unknown color: approx Blue Bell. HEX triplet: 96, 8A and CE. RGB value is (150,138,206). Sum of RGB (Red+Green+Blue) = 150+138+206=494 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.36% from 494); Green value is 138 (54.30% from 255 or 27.94% from 494); Blue value is 206 (80.86% from 255 or 41.70% from 494); Max value from RGB is 206 - color contains mainly: blue. Hex color #968ACE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #968ACE is #697531. Grayscale: #959595. Windows color (decimal): -6911282 or 13535894. OLE color: 13535894.

HSL color Cylindrical-coordinate representation of color #968ACE: hue angle of 250.59º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #968ACE is Cyan = 0.27, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB150138206-
CMYK0.270.3300.19
HSL250.59º40.96%67.45%-
HSV(B)250.59º33.01%80.78%-
XYZ32.8129.1262.28-
YUV149.34159.98128.47-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.36%
GREEN value IS 138 (54.30% from 255) = 27.94%
BLUE value IS 206 (80.86% from 255) = 41.70%
R=30.36%
G=27.94%
B=41.70%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1501382060.270.3300.19250.5940.9667.45
Hex968ACE1B21013fb2943
Octal226212316334102337351103
Binary10010110100010101100111011011100001010011111110111010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968ACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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