Html Css Color HEX #9994DA Blue Bell

📋 copy color: '#9994DA'

red 153 ◦ green 148 ◦ blue 218

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

Shades of Blue Bell #9994DA

Tints of Blue Bell #9994DA

RGB

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

 GREEN value IS 148 (58.2% from 255) = 28.52%

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

R = 29.48%
G = 28.52%
B = 42%

CMYK

 C value IS 0.30

 M value IS 0.32

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9994DA (or 0x9994DA) is known color: Blue Bell. HEX triplet: 99, 94 and DA. RGB value is (153,148,218). Sum of RGB (Red+Green+Blue) = 153+148+218=519 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.48% from 519); Green value is 148 (58.20% from 255 or 28.52% from 519); Blue value is 218 (85.55% from 255 or 42.00% from 519); Max value from RGB is 218 - color contains mainly: blue. Hex color #9994DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9994DA is #666B25. Grayscale: #9D9D9D. Windows color (decimal): -6712102 or 14324889. OLE color: 14324889.

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

Color convert

RGB 153 148 218 -
CMYK 0.30 0.32 0 0.15
HSL 244.29º 0.49% 0.72% -
HSV(B) 244.29º 0.32% 0.85% -
XYZ 36.38 33.01 70.78 -
YUV 157.48 162.16 124.81 -
System Red Green Blue C M Y K H S L
Decimal 153 148 218 0.30 0.32 0 0.15 244.29 0.49 0.72
Hex 99 94 DA 1E 20 0 F F4 31 48
Octal 231 224 332 36 40 0 17 364 61 110
Binary 10011001 10010100 11011010 11110 100000 0 1111 11110100 110001 1001000

Color Harmonies of #9994DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9994DA

Black with #9994DA

Text Example


Text Example

White with #9994DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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