Html Css Color HEX #9593DC Blue Bell

📋 copy color: '#9593DC'

red 149 ◦ green 147 ◦ blue 220

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

Shades of Blue Bell #9593DC

Tints of Blue Bell #9593DC

RGB

 RED value IS 149 (58.59% from 255) = 28.88%

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

 BLUE value IS 220 (86.33% from 255) = 42.64%

R = 28.88%
G = 28.49%
B = 42.64%

CMYK

 C value IS 0.32

 M value IS 0.33

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9593DC (or 0x9593DC) is known color: Blue Bell. HEX triplet: 95, 93 and DC. RGB value is (149,147,220). Sum of RGB (Red+Green+Blue) = 149+147+220=516 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.88% from 516); Green value is 147 (57.81% from 255 or 28.49% from 516); Blue value is 220 (86.33% from 255 or 42.64% from 516); Max value from RGB is 220 - color contains mainly: blue. Hex color #9593DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9593DC is #6A6C23. Grayscale: #9B9B9B. Windows color (decimal): -6974500 or 14455701. OLE color: 14455701.

HSL color Cylindrical-coordinate representation of color #9593DC: hue angle of 241.64º degrees, saturation: 0.51, 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 #9593DC is Cyan = 0.32, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 149 147 220 -
CMYK 0.32 0.33 0 0.14
HSL 241.64º 0.51% 0.72% -
HSV(B) 241.64º 0.33% 0.86% -
XYZ 35.75 32.42 72.08 -
YUV 155.92 164.16 123.06 -
System Red Green Blue C M Y K H S L
Decimal 149 147 220 0.32 0.33 0 0.14 241.64 0.51 0.72
Hex 95 93 DC 20 21 0 E F2 33 48
Octal 225 223 334 40 41 0 16 362 63 110
Binary 10010101 10010011 11011100 100000 100001 0 1110 11110010 110011 1001000

Color Harmonies of #9593DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9593DC

Black with #9593DC

Text Example


Text Example

White with #9593DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9593DC; }

 p { color: rgb(149,147,220); }

 H1.HeaderClassName
 {
   color: #9593DC;
 }
 .AnyTagClassName
 {
   color: #9593DC;
 }
</style>

background-color css

<style>
 a { background-color: #9593DC; }

 a { background-color: rgb(149,147,220); }

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

border-color css

<style>
 span { border-color: #9593DC; }

 span { border-color: rgb(149,147,220); }

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