#968dcd

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

Shades of Blue Bell #968DCD

Tints of Blue Bell #968DCD

Color information

#968DCD (or 0x968DCD) is unknown color: approx Blue Bell. HEX triplet: 96, 8D and CD. RGB value is (150,141,205). Sum of RGB (Red+Green+Blue) = 150+141+205=496 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.24% from 496); Green value is 141 (55.47% from 255 or 28.43% from 496); Blue value is 205 (80.47% from 255 or 41.33% from 496); Max value from RGB is 205 - color contains mainly: blue. Hex color #968DCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #968DCD is #697232. Grayscale: #969696. Windows color (decimal): -6910515 or 13471126. OLE color: 13471126.

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

Color convert

RGB150141205-
CMYK0.270.3100.20
HSL248.44º39.02%67.84%-
HSV(B)248.44º31.22%80.39%-
XYZ33.1229.9461.79-
YUV150.99158.48127.3-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.24%
GREEN value IS 141 (55.47% from 255) = 28.43%
BLUE value IS 205 (80.47% from 255) = 41.33%
R=30.24%
G=28.43%
B=41.33%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1501412050.270.3100.20248.4439.0267.84
Hex968DCD1B1F014f82744
Octal226215315333702437047104
Binary1001011010001101110011011101111111010100111110001001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968dcd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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