Html Css Color HEX #9493DA Blue Bell

📋 copy color: '#9493DA'

red 148 ◦ green 147 ◦ blue 218

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

Shades of Blue Bell #9493DA

Tints of Blue Bell #9493DA

RGB

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

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

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

R = 28.85%
G = 28.65%
B = 42.5%

CMYK

 C value IS 0.32

 M value IS 0.33

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9493DA (or 0x9493DA) is known color: Blue Bell. HEX triplet: 94, 93 and DA. RGB value is (148,147,218). Sum of RGB (Red+Green+Blue) = 148+147+218=513 (67% of max value = 765). Red value is 148 (58.20% from 255 or 28.85% from 513); Green value is 147 (57.81% from 255 or 28.65% from 513); Blue value is 218 (85.55% from 255 or 42.50% from 513); Max value from RGB is 218 - color contains mainly: blue. Hex color #9493DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9493DA is #6B6C25. Grayscale: #9B9B9B. Windows color (decimal): -7040038 or 14324628. OLE color: 14324628.

HSL color Cylindrical-coordinate representation of color #9493DA: hue angle of 240.85º 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 #9493DA is Cyan = 0.32, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 148 147 218 -
CMYK 0.32 0.33 0 0.15
HSL 240.85º 0.49% 0.72% -
HSV(B) 240.85º 0.33% 0.85% -
XYZ 35.3 32.23 70.69 -
YUV 155.39 163.33 122.73 -
System Red Green Blue C M Y K H S L
Decimal 148 147 218 0.32 0.33 0 0.15 240.85 0.49 0.72
Hex 94 93 DA 20 21 0 F F1 31 48
Octal 224 223 332 40 41 0 17 361 61 110
Binary 10010100 10010011 11011010 100000 100001 0 1111 11110001 110001 1001000

Color Harmonies of #9493DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9493DA

Black with #9493DA

Text Example


Text Example

White with #9493DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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