#968fde

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

Shades of Blue Bell #968FDE

Tints of Blue Bell #968FDE

Color information

#968FDE (or 0x968FDE) is unknown color: approx Blue Bell. HEX triplet: 96, 8F and DE. RGB value is (150,143,222). Sum of RGB (Red+Green+Blue) = 150+143+222=515 (68% of max value = 765). Red value is 150 (58.98% from 255 or 29.13% from 515); Green value is 143 (56.25% from 255 or 27.77% from 515); Blue value is 222 (87.11% from 255 or 43.11% from 515); Max value from RGB is 222 - color contains mainly: blue. Hex color #968FDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #968FDE is #697021. Grayscale: #999999. Windows color (decimal): -6909986 or 14585750. OLE color: 14585750.

HSL color Cylindrical-coordinate representation of color #968FDE: hue angle of 245.32º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #968FDE is Cyan = 0.32, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB150143222-
CMYK0.320.3600.13
HSL245.32º54.48%71.57%-
HSV(B)245.32º35.59%87.06%-
XYZ35.5831.473.29-
YUV154.1166.32125.08-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.13%
GREEN value IS 143 (56.25% from 255) = 27.77%
BLUE value IS 222 (87.11% from 255) = 43.11%
R=29.13%
G=27.77%
B=43.11%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1501432220.320.3600.13245.3254.4871.57
Hex968FDE20240Df53648
Octal226217336404401536566110
Binary10010110100011111101111010000010010001101111101011101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968fde

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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