Html Css Color HEX #9688DC Blue Bell

📋 copy color: '#9688DC'

red 150 ◦ green 136 ◦ blue 220

#9688DC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Bell #9688DC

Tints of Blue Bell #9688DC

RGB

 RED value IS 150 (58.98% from 255) = 29.64%

 GREEN value IS 136 (53.52% from 255) = 26.88%

 BLUE value IS 220 (86.33% from 255) = 43.48%

R = 29.64%
G = 26.88%
B = 43.48%

CMYK

 C value IS 0.32

 M value IS 0.38

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9688DC (or 0x9688DC) is known color: Blue Bell. HEX triplet: 96, 88 and DC. RGB value is (150,136,220). Sum of RGB (Red+Green+Blue) = 150+136+220=506 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.64% from 506); Green value is 136 (53.52% from 255 or 26.88% from 506); Blue value is 220 (86.33% from 255 or 43.48% from 506); Max value from RGB is 220 - color contains mainly: blue. Hex color #9688DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9688DC is #697723. Grayscale: #959595. Windows color (decimal): -6911780 or 14452886. OLE color: 14452886.

HSL color Cylindrical-coordinate representation of color #9688DC: hue angle of 250º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9688DC is Cyan = 0.32, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 150 136 220 -
CMYK 0.32 0.38 0 0.14
HSL 250º 0.55% 0.7% -
HSV(B) 250º 0.38% 0.86% -
XYZ 34.3 29.26 71.55 -
YUV 149.76 167.64 128.17 -
System Red Green Blue C M Y K H S L
Decimal 150 136 220 0.32 0.38 0 0.14 250 0.55 0.7
Hex 96 88 DC 20 26 0 E FA 37 46
Octal 226 210 334 40 46 0 16 372 67 106
Binary 10010110 10001000 11011100 100000 100110 0 1110 11111010 110111 1000110

Color Harmonies of #9688DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9688DC

Black with #9688DC

Text Example


Text Example

White with #9688DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9688DC;
 }
 .AnyTagClassName
 {
   color: #9688DC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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