Html Css Color HEX #9493DD Blue Bell

📋 copy color: '#9493DD'

red 148 ◦ green 147 ◦ blue 221

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

Shades of Blue Bell #9493DD

Tints of Blue Bell #9493DD

RGB

 RED value IS 148 (58.2% from 255) = 28.68%

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

 BLUE value IS 221 (86.72% from 255) = 42.83%

R = 28.68%
G = 28.49%
B = 42.83%

CMYK

 C value IS 0.33

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9493DD (or 0x9493DD) is known color: Blue Bell. HEX triplet: 94, 93 and DD. RGB value is (148,147,221). Sum of RGB (Red+Green+Blue) = 148+147+221=516 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.68% from 516); Green value is 147 (57.81% from 255 or 28.49% from 516); Blue value is 221 (86.72% from 255 or 42.83% from 516); Max value from RGB is 221 - color contains mainly: blue. Hex color #9493DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9493DD is #6B6C22. Grayscale: #9B9B9B. Windows color (decimal): -7040035 or 14521236. OLE color: 14521236.

HSL color Cylindrical-coordinate representation of color #9493DD: hue angle of 240.81º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9493DD is Cyan = 0.33, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 148 147 221 -
CMYK 0.33 0.33 0 0.13
HSL 240.81º 0.52% 0.72% -
HSV(B) 240.81º 0.33% 0.87% -
XYZ 35.7 32.38 72.78 -
YUV 155.74 164.83 122.48 -
System Red Green Blue C M Y K H S L
Decimal 148 147 221 0.33 0.33 0 0.13 240.81 0.52 0.72
Hex 94 93 DD 21 21 0 D F1 34 48
Octal 224 223 335 41 41 0 15 361 64 110
Binary 10010100 10010011 11011101 100001 100001 0 1101 11110001 110100 1001000

Color Harmonies of #9493DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9493DD

Black with #9493DD

Text Example


Text Example

White with #9493DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9493DD; }

 p { color: rgb(148,147,221); }

 H1.HeaderClassName
 {
   color: #9493DD;
 }
 .AnyTagClassName
 {
   color: #9493DD;
 }
</style>

background-color css

<style>
 a { background-color: #9493DD; }

 a { background-color: rgb(148,147,221); }

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

border-color css

<style>
 span { border-color: #9493DD; }

 span { border-color: rgb(148,147,221); }

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