Html Css Color HEX #9688DB Blue Bell

📋 copy color: '#9688DB'

red 150 ◦ green 136 ◦ blue 219

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

Shades of Blue Bell #9688DB

Tints of Blue Bell #9688DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 43.37%

R = 29.7%
G = 26.93%
B = 43.37%

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

#9688DB (or 0x9688DB) is known color: Blue Bell. HEX triplet: 96, 88 and DB. RGB value is (150,136,219). Sum of RGB (Red+Green+Blue) = 150+136+219=505 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.70% from 505); Green value is 136 (53.52% from 255 or 26.93% from 505); Blue value is 219 (85.94% from 255 or 43.37% from 505); Max value from RGB is 219 - color contains mainly: blue. Hex color #9688DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9688DB is #697724. Grayscale: #959595. Windows color (decimal): -6911781 or 14387350. OLE color: 14387350.

HSL color Cylindrical-coordinate representation of color #9688DB: hue angle of 250.12º degrees, saturation: 0.54, 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 #9688DB is Cyan = 0.32, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 150 136 219 -
CMYK 0.32 0.38 0 0.14
HSL 250.12º 0.54% 0.7% -
HSV(B) 250.12º 0.38% 0.86% -
XYZ 34.17 29.21 70.85 -
YUV 149.65 167.14 128.25 -
System Red Green Blue C M Y K H S L
Decimal 150 136 219 0.32 0.38 0 0.14 250.12 0.54 0.7
Hex 96 88 DB 20 26 0 E FA 36 46
Octal 226 210 333 40 46 0 16 372 66 106
Binary 10010110 10001000 11011011 100000 100110 0 1110 11111010 110110 1000110

Color Harmonies of #9688DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9688DB

Black with #9688DB

Text Example


Text Example

White with #9688DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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