#968FCF

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

Shades of Blue Bell #968FCF

Tints of Blue Bell #968FCF

Color information

#968FCF (or 0x968FCF) is unknown color: approx Blue Bell. HEX triplet: 96, 8F and CF. RGB value is (150,143,207). Sum of RGB (Red+Green+Blue) = 150+143+207=500 (66% of max value = 765). Red value is 150 (58.98% from 255 or 30% from 500); Green value is 143 (56.25% from 255 or 28.6% from 500); Blue value is 207 (81.25% from 255 or 41.4% from 500); Max value from RGB is 207 - color contains mainly: blue. Hex color #968FCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #968FCF is #697030. Grayscale: #989898. Windows color (decimal): -6910001 or 13602710. OLE color: 13602710.

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

Color convert

RGB150143207-
CMYK0.280.3100.19
HSL246.56º40%68.63%-
HSV(B)246.56º30.92%81.18%-
XYZ33.6630.6363.17-
YUV152.39158.82126.3-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30%
GREEN value IS 143 (56.25% from 255) = 28.6%
BLUE value IS 207 (81.25% from 255) = 41.4%
R=30%
G=28.6%
B=41.4%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1501432070.280.3100.19246.564068.63
Hex968FCF1C1F013f72845
Octal226217317343702336750105
Binary1001011010001111110011111110011111010011111101111010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968FCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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