#968EDF

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

Shades of Blue Bell #968EDF

Tints of Blue Bell #968EDF

Color information

#968EDF (or 0x968EDF) is unknown color: approx Blue Bell. HEX triplet: 96, 8E and DF. RGB value is (150,142,223). Sum of RGB (Red+Green+Blue) = 150+142+223=515 (68% of max value = 765). Red value is 150 (58.98% from 255 or 29.13% from 515); Green value is 142 (55.86% from 255 or 27.57% from 515); Blue value is 223 (87.5% from 255 or 43.30% from 515); Max value from RGB is 223 - color contains mainly: blue. Hex color #968EDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #968EDF is #697120. Grayscale: #999999. Windows color (decimal): -6910241 or 14651030. OLE color: 14651030.

HSL color Cylindrical-coordinate representation of color #968EDF: hue angle of 245.93º degrees, saturation: 0.56, 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 #968EDF is Cyan = 0.33, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB150142223-
CMYK0.330.3600.13
HSL245.93º55.86%71.57%-
HSV(B)245.93º36.32%87.45%-
XYZ35.5731.1673.95-
YUV153.63167.15125.41-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.13%
GREEN value IS 142 (55.86% from 255) = 27.57%
BLUE value IS 223 (87.5% from 255) = 43.30%
R=29.13%
G=27.57%
B=43.30%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1501422230.330.3600.13245.9355.8671.57
Hex968EDF21240Df63848
Octal226216337414401536670110
Binary10010110100011101101111110000110010001101111101101110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968EDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,142,223); }

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

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

 a { background-color: rgb(150,142,223); }

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

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

 span { border-color: rgb(150,142,223); }

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