Html Css Color HEX #9697DC Blue Bell

📋 copy color: '#9697DC'

red 150 ◦ green 151 ◦ blue 220

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

Shades of Blue Bell #9697DC

Tints of Blue Bell #9697DC

RGB

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

 GREEN value IS 151 (59.38% from 255) = 28.98%

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

R = 28.79%
G = 28.98%
B = 42.23%

CMYK

 C value IS 0.32

 M value IS 0.31

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9697DC (or 0x9697DC) is known color: Blue Bell. HEX triplet: 96, 97 and DC. RGB value is (150,151,220). Sum of RGB (Red+Green+Blue) = 150+151+220=521 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.79% from 521); Green value is 151 (59.38% from 255 or 28.98% from 521); Blue value is 220 (86.33% from 255 or 42.23% from 521); Max value from RGB is 220 - color contains mainly: blue. Hex color #9697DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9697DC is #696823. Grayscale: #9E9E9E. Windows color (decimal): -6907940 or 14456726. OLE color: 14456726.

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

Color convert

RGB 150 151 220 -
CMYK 0.32 0.31 0 0.14
HSL 239.14º 0.5% 0.73% -
HSV(B) 239.14º 0.32% 0.86% -
XYZ 36.56 33.78 72.3 -
YUV 158.57 162.67 121.89 -
System Red Green Blue C M Y K H S L
Decimal 150 151 220 0.32 0.31 0 0.14 239.14 0.5 0.73
Hex 96 97 DC 20 1F 0 E EF 32 49
Octal 226 227 334 40 37 0 16 357 62 111
Binary 10010110 10010111 11011100 100000 11111 0 1110 11101111 110010 1001001

Color Harmonies of #9697DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9697DC

Black with #9697DC

Text Example


Text Example

White with #9697DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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