#968FD0

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

Shades of Blue Bell #968FD0

Tints of Blue Bell #968FD0

Color information

#968FD0 (or 0x968FD0) is unknown color: approx Blue Bell. HEX triplet: 96, 8F and D0. RGB value is (150,143,208). Sum of RGB (Red+Green+Blue) = 150+143+208=501 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.94% from 501); Green value is 143 (56.25% from 255 or 28.54% from 501); Blue value is 208 (81.64% from 255 or 41.52% from 501); Max value from RGB is 208 - color contains mainly: blue. Hex color #968FD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #968FD0 is #69702F. Grayscale: #989898. Windows color (decimal): -6910000 or 13668246. OLE color: 13668246.

HSL color Cylindrical-coordinate representation of color #968FD0: hue angle of 246.46º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #968FD0 is Cyan = 0.28, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB150143208-
CMYK0.280.3100.18
HSL246.46º40.88%68.82%-
HSV(B)246.46º31.25%81.57%-
XYZ33.7930.6863.82-
YUV152.5159.32126.21-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.94%
GREEN value IS 143 (56.25% from 255) = 28.54%
BLUE value IS 208 (81.64% from 255) = 41.52%
R=29.94%
G=28.54%
B=41.52%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1501432080.280.3100.18246.4640.8868.82
Hex968FD01C1F012f62945
Octal226217320343702236651105
Binary1001011010001111110100001110011111010010111101101010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968FD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,143,208); }

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

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

 a { background-color: rgb(150,143,208); }

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

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

 span { border-color: rgb(150,143,208); }

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