#968FC9

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

Shades of Blue Bell #968FC9

Tints of Blue Bell #968FC9

Color information

#968FC9 (or 0x968FC9) is unknown color: approx Blue Bell. HEX triplet: 96, 8F and C9. RGB value is (150,143,201). Sum of RGB (Red+Green+Blue) = 150+143+201=494 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.36% from 494); Green value is 143 (56.25% from 255 or 28.95% from 494); Blue value is 201 (78.91% from 255 or 40.69% from 494); Max value from RGB is 201 - color contains mainly: blue. Hex color #968FC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #968FC9 is #697036. Grayscale: #979797. Windows color (decimal): -6910007 or 13209494. OLE color: 13209494.

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

Color convert

RGB150143201-
CMYK0.250.2900.21
HSL247.24º34.94%67.45%-
HSV(B)247.24º28.86%78.82%-
XYZ32.9430.3559.38-
YUV151.7155.82126.78-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.36%
GREEN value IS 143 (56.25% from 255) = 28.95%
BLUE value IS 201 (78.91% from 255) = 40.69%
R=30.36%
G=28.95%
B=40.69%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1501432010.250.2900.21247.2434.9467.45
Hex968FC9191D015f72343
Octal226217311313502536743103
Binary1001011010001111110010011100111101010101111101111000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968FC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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