Html Css Color HEX #9697DB Blue Bell

📋 copy color: '#9697DB'

red 150 ◦ green 151 ◦ blue 219

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

Shades of Blue Bell #9697DB

Tints of Blue Bell #9697DB

RGB

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

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

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

R = 28.85%
G = 29.04%
B = 42.12%

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

#9697DB (or 0x9697DB) is known color: Blue Bell. HEX triplet: 96, 97 and DB. RGB value is (150,151,219). Sum of RGB (Red+Green+Blue) = 150+151+219=520 (68% of max value = 765). Red value is 150 (58.98% from 255 or 28.85% from 520); Green value is 151 (59.38% from 255 or 29.04% from 520); Blue value is 219 (85.94% from 255 or 42.12% from 520); Max value from RGB is 219 - color contains mainly: blue. Hex color #9697DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9697DB is #696824. Grayscale: #9E9E9E. Windows color (decimal): -6907941 or 14391190. OLE color: 14391190.

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

Color convert

RGB 150 151 219 -
CMYK 0.32 0.31 0 0.14
HSL 239.13º 0.49% 0.72% -
HSV(B) 239.13º 0.32% 0.86% -
XYZ 36.43 33.73 71.61 -
YUV 158.45 162.17 121.97 -
System Red Green Blue C M Y K H S L
Decimal 150 151 219 0.32 0.31 0 0.14 239.13 0.49 0.72
Hex 96 97 DB 20 1F 0 E EF 31 48
Octal 226 227 333 40 37 0 16 357 61 110
Binary 10010110 10010111 11011011 100000 11111 0 1110 11101111 110001 1001000

Color Harmonies of #9697DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9697DB

Black with #9697DB

Text Example


Text Example

White with #9697DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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