#968CC8

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

Shades of Blue Bell #968CC8

Tints of Blue Bell #968CC8

Color information

#968CC8 (or 0x968CC8) is unknown color: approx Blue Bell. HEX triplet: 96, 8C and C8. RGB value is (150,140,200). Sum of RGB (Red+Green+Blue) = 150+140+200=490 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.61% from 490); Green value is 140 (55.08% from 255 or 28.57% from 490); Blue value is 200 (78.52% from 255 or 40.82% from 490); Max value from RGB is 200 - color contains mainly: blue. Hex color #968CC8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #968CC8 is #697337. Grayscale: #959595. Windows color (decimal): -6910776 or 13143190. OLE color: 13143190.

HSL color Cylindrical-coordinate representation of color #968CC8: hue angle of 250º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #968CC8 is Cyan = 0.25, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB150140200-
CMYK0.250.300.22
HSL250º35.29%66.67%-
HSV(B)250º30%78.43%-
XYZ32.3829.4158.61-
YUV149.83156.31128.12-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.61%
GREEN value IS 140 (55.08% from 255) = 28.57%
BLUE value IS 200 (78.52% from 255) = 40.82%
R=30.61%
G=28.57%
B=40.82%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1501402000.250.300.2225035.2966.67
Hex968CC8191E016fa2343
Octal226214310313602637243103
Binary1001011010001100110010001100111110010110111110101000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968CC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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