#968CCD

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

Shades of Blue Bell #968CCD

Tints of Blue Bell #968CCD

Color information

#968CCD (or 0x968CCD) is unknown color: approx Blue Bell. HEX triplet: 96, 8C and CD. RGB value is (150,140,205). Sum of RGB (Red+Green+Blue) = 150+140+205=495 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.30% from 495); Green value is 140 (55.08% from 255 or 28.28% from 495); Blue value is 205 (80.47% from 255 or 41.41% from 495); Max value from RGB is 205 - color contains mainly: blue. Hex color #968CCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #968CCD is #697332. Grayscale: #969696. Windows color (decimal): -6910771 or 13470870. OLE color: 13470870.

HSL color Cylindrical-coordinate representation of color #968CCD: hue angle of 249.23º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #968CCD is Cyan = 0.27, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB150140205-
CMYK0.270.3200.20
HSL249.23º39.39%67.65%-
HSV(B)249.23º31.71%80.39%-
XYZ32.9829.6561.74-
YUV150.4158.81127.71-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.30%
GREEN value IS 140 (55.08% from 255) = 28.28%
BLUE value IS 205 (80.47% from 255) = 41.41%
R=30.30%
G=28.28%
B=41.41%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1501402050.270.3200.20249.2339.3967.65
Hex968CCD1B20014f92744
Octal226214315334002437147104
Binary10010110100011001100110111011100000010100111110011001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968CCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,140,205); }

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

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

 a { background-color: rgb(150,140,205); }

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

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

 span { border-color: rgb(150,140,205); }

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