#968AD4

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

Shades of Blue Bell #968AD4

Tints of Blue Bell #968AD4

Color information

#968AD4 (or 0x968AD4) is unknown color: approx Blue Bell. HEX triplet: 96, 8A and D4. RGB value is (150,138,212). Sum of RGB (Red+Green+Blue) = 150+138+212=500 (66% of max value = 765). Red value is 150 (58.98% from 255 or 30% from 500); Green value is 138 (54.30% from 255 or 27.6% from 500); Blue value is 212 (83.20% from 255 or 42.4% from 500); Max value from RGB is 212 - color contains mainly: blue. Hex color #968AD4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #968AD4 is #69752B. Grayscale: #959595. Windows color (decimal): -6911276 or 13929110. OLE color: 13929110.

HSL color Cylindrical-coordinate representation of color #968AD4: hue angle of 249.73º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #968AD4 is Cyan = 0.29, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB150138212-
CMYK0.290.3500.17
HSL249.73º46.25%68.63%-
HSV(B)249.73º34.91%83.14%-
XYZ33.5529.4166.2-
YUV150.02162.98127.98-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30%
GREEN value IS 138 (54.30% from 255) = 27.6%
BLUE value IS 212 (83.20% from 255) = 42.4%
R=30%
G=27.6%
B=42.4%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1501382120.290.3500.17249.7346.2568.63
Hex968AD41D23011fa2e45
Octal226212324354302137256105
Binary10010110100010101101010011101100011010001111110101011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968AD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,138,212); }

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

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

 a { background-color: rgb(150,138,212); }

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

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

 span { border-color: rgb(150,138,212); }

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