#968EDA

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

Shades of Blue Bell #968EDA

Tints of Blue Bell #968EDA

Color information

#968EDA (or 0x968EDA) is unknown color: approx Blue Bell. HEX triplet: 96, 8E and DA. RGB value is (150,142,218). Sum of RGB (Red+Green+Blue) = 150+142+218=510 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.41% from 510); Green value is 142 (55.86% from 255 or 27.84% from 510); Blue value is 218 (85.55% from 255 or 42.75% from 510); Max value from RGB is 218 - color contains mainly: blue. Hex color #968EDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #968EDA is #697125. Grayscale: #989898. Windows color (decimal): -6910246 or 14323350. OLE color: 14323350.

HSL color Cylindrical-coordinate representation of color #968EDA: hue angle of 246.32º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #968EDA is Cyan = 0.31, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB150142218-
CMYK0.310.3500.15
HSL246.32º50.67%70.59%-
HSV(B)246.32º34.86%85.49%-
XYZ34.9130.8970.45-
YUV153.06164.65125.82-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.41%
GREEN value IS 142 (55.86% from 255) = 27.84%
BLUE value IS 218 (85.55% from 255) = 42.75%
R=29.41%
G=27.84%
B=42.75%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1501422180.310.3500.15246.3250.6770.59
Hex968EDA1F230Ff63347
Octal226216332374301736663107
Binary1001011010001110110110101111110001101111111101101100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968EDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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