Html Css Color HEX #9693DB Blue Bell

📋 copy color: '#9693DB'

red 150 ◦ green 147 ◦ blue 219

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

Shades of Blue Bell #9693DB

Tints of Blue Bell #9693DB

RGB

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

 GREEN value IS 147 (57.81% from 255) = 28.49%

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

R = 29.07%
G = 28.49%
B = 42.44%

CMYK

 C value IS 0.32

 M value IS 0.33

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9693DB (or 0x9693DB) is known color: Blue Bell. HEX triplet: 96, 93 and DB. RGB value is (150,147,219). Sum of RGB (Red+Green+Blue) = 150+147+219=516 (68% of max value = 765). Red value is 150 (58.98% from 255 or 29.07% from 516); Green value is 147 (57.81% from 255 or 28.49% from 516); Blue value is 219 (85.94% from 255 or 42.44% from 516); Max value from RGB is 219 - color contains mainly: blue. Hex color #9693DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9693DB is #696C24. Grayscale: #9B9B9B. Windows color (decimal): -6908965 or 14390166. OLE color: 14390166.

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

Color convert

RGB 150 147 219 -
CMYK 0.32 0.33 0 0.14
HSL 242.5º 0.5% 0.72% -
HSV(B) 242.5º 0.33% 0.86% -
XYZ 35.8 32.47 71.4 -
YUV 156.11 163.49 123.65 -
System Red Green Blue C M Y K H S L
Decimal 150 147 219 0.32 0.33 0 0.14 242.5 0.5 0.72
Hex 96 93 DB 20 21 0 E F2 32 48
Octal 226 223 333 40 41 0 16 362 62 110
Binary 10010110 10010011 11011011 100000 100001 0 1110 11110010 110010 1001000

Color Harmonies of #9693DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9693DB

Black with #9693DB

Text Example


Text Example

White with #9693DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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