#968FCA

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

Shades of Blue Bell #968FCA

Tints of Blue Bell #968FCA

Color information

#968FCA (or 0x968FCA) is unknown color: approx Blue Bell. HEX triplet: 96, 8F and CA. RGB value is (150,143,202). Sum of RGB (Red+Green+Blue) = 150+143+202=495 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.30% from 495); Green value is 143 (56.25% from 255 or 28.89% from 495); Blue value is 202 (79.30% from 255 or 40.81% from 495); Max value from RGB is 202 - color contains mainly: blue. Hex color #968FCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #968FCA is #697035. Grayscale: #979797. Windows color (decimal): -6910006 or 13275030. OLE color: 13275030.

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

Color convert

RGB150143202-
CMYK0.260.2900.21
HSL247.12º35.76%67.65%-
HSV(B)247.12º29.21%79.22%-
XYZ33.0630.3960-
YUV151.82156.32126.7-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.30%
GREEN value IS 143 (56.25% from 255) = 28.89%
BLUE value IS 202 (79.30% from 255) = 40.81%
R=30.30%
G=28.89%
B=40.81%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1501432020.260.2900.21247.1235.7667.65
Hex968FCA1A1D015f72444
Octal226217312323502536744104
Binary1001011010001111110010101101011101010101111101111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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