#9688D3

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

Shades of Blue Bell #9688D3

Tints of Blue Bell #9688D3

Color information

#9688D3 (or 0x9688D3) is unknown color: approx Blue Bell. HEX triplet: 96, 88 and D3. RGB value is (150,136,211). Sum of RGB (Red+Green+Blue) = 150+136+211=497 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.18% from 497); Green value is 136 (53.52% from 255 or 27.36% from 497); Blue value is 211 (82.81% from 255 or 42.45% from 497); Max value from RGB is 211 - color contains mainly: blue. Hex color #9688D3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9688D3 is #69772C. Grayscale: #949494. Windows color (decimal): -6911789 or 13863062. OLE color: 13863062.

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

Color convert

RGB150136211-
CMYK0.290.3600.17
HSL251.2º46.01%68.04%-
HSV(B)251.2º35.55%82.75%-
XYZ33.1428.865.44-
YUV148.74163.14128.9-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.18%
GREEN value IS 136 (53.52% from 255) = 27.36%
BLUE value IS 211 (82.81% from 255) = 42.45%
R=30.18%
G=27.36%
B=42.45%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1501362110.290.3600.17251.246.0168.04
Hex9688D31D24011fb2e44
Octal226210323354402137356104
Binary10010110100010001101001111101100100010001111110111011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9688D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9688D3; }

 p { color: rgb(150,136,211); }

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

<style>
 a { background-color: #9688D3; }

 a { background-color: rgb(150,136,211); }

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

<style>
 span { border-color: #9688D3; }

 span { border-color: rgb(150,136,211); }

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