Html Css Color HEX #9993DB Blue Bell

📋 copy color: '#9993DB'

red 153 ◦ green 147 ◦ blue 219

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

Shades of Blue Bell #9993DB

Tints of Blue Bell #9993DB

RGB

 RED value IS 153 (60.16% from 255) = 29.48%

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

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

R = 29.48%
G = 28.32%
B = 42.2%

CMYK

 C value IS 0.30

 M value IS 0.33

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9993DB (or 0x9993DB) is known color: Blue Bell. HEX triplet: 99, 93 and DB. RGB value is (153,147,219). Sum of RGB (Red+Green+Blue) = 153+147+219=519 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.48% from 519); Green value is 147 (57.81% from 255 or 28.32% from 519); Blue value is 219 (85.94% from 255 or 42.20% from 519); Max value from RGB is 219 - color contains mainly: blue. Hex color #9993DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9993DB is #666C24. Grayscale: #9C9C9C. Windows color (decimal): -6712357 or 14390169. OLE color: 14390169.

HSL color Cylindrical-coordinate representation of color #9993DB: hue angle of 245º 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 #9993DB is Cyan = 0.30, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 153 147 219 -
CMYK 0.30 0.33 0 0.14
HSL 245º 0.5% 0.72% -
HSV(B) 245º 0.33% 0.86% -
XYZ 36.36 32.75 71.42 -
YUV 157 162.99 125.15 -
System Red Green Blue C M Y K H S L
Decimal 153 147 219 0.30 0.33 0 0.14 245 0.5 0.72
Hex 99 93 DB 1E 21 0 E F5 32 48
Octal 231 223 333 36 41 0 16 365 62 110
Binary 10011001 10010011 11011011 11110 100001 0 1110 11110101 110010 1001000

Color Harmonies of #9993DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9993DB

Black with #9993DB

Text Example


Text Example

White with #9993DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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