Html Css Color HEX #9993DA Blue Bell

📋 copy color: '#9993DA'

red 153 ◦ green 147 ◦ blue 218

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

Shades of Blue Bell #9993DA

Tints of Blue Bell #9993DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 42.08%

R = 29.54%
G = 28.38%
B = 42.08%

CMYK

 C value IS 0.30

 M value IS 0.33

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9993DA (or 0x9993DA) is known color: Blue Bell. HEX triplet: 99, 93 and DA. RGB value is (153,147,218). Sum of RGB (Red+Green+Blue) = 153+147+218=518 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.54% from 518); Green value is 147 (57.81% from 255 or 28.38% from 518); Blue value is 218 (85.55% from 255 or 42.08% from 518); Max value from RGB is 218 - color contains mainly: blue. Hex color #9993DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9993DA is #666C25. Grayscale: #9C9C9C. Windows color (decimal): -6712358 or 14324633. OLE color: 14324633.

HSL color Cylindrical-coordinate representation of color #9993DA: hue angle of 245.07º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9993DA is Cyan = 0.30, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 153 147 218 -
CMYK 0.30 0.33 0 0.15
HSL 245.07º 0.49% 0.72% -
HSV(B) 245.07º 0.33% 0.85% -
XYZ 36.23 32.7 70.73 -
YUV 156.89 162.49 125.23 -
System Red Green Blue C M Y K H S L
Decimal 153 147 218 0.30 0.33 0 0.15 245.07 0.49 0.72
Hex 99 93 DA 1E 21 0 F F5 31 48
Octal 231 223 332 36 41 0 17 365 61 110
Binary 10011001 10010011 11011010 11110 100001 0 1111 11110101 110001 1001000

Color Harmonies of #9993DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9993DA

Black with #9993DA

Text Example


Text Example

White with #9993DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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