Html Css Color HEX #9593DF Blue Bell

📋 copy color: '#9593DF'

red 149 ◦ green 147 ◦ blue 223

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

Shades of Blue Bell #9593DF

Tints of Blue Bell #9593DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 42.97%

R = 28.71%
G = 28.32%
B = 42.97%

CMYK

 C value IS 0.33

 M value IS 0.34

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9593DF (or 0x9593DF) is known color: Blue Bell. HEX triplet: 95, 93 and DF. RGB value is (149,147,223). Sum of RGB (Red+Green+Blue) = 149+147+223=519 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.71% from 519); Green value is 147 (57.81% from 255 or 28.32% from 519); Blue value is 223 (87.5% from 255 or 42.97% from 519); Max value from RGB is 223 - color contains mainly: blue. Hex color #9593DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9593DF is #6A6C20. Grayscale: #9B9B9B. Windows color (decimal): -6974497 or 14652309. OLE color: 14652309.

HSL color Cylindrical-coordinate representation of color #9593DF: hue angle of 241.58º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9593DF is Cyan = 0.33, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 149 147 223 -
CMYK 0.33 0.34 0 0.13
HSL 241.58º 0.54% 0.73% -
HSV(B) 241.58º 0.34% 0.87% -
XYZ 36.15 32.58 74.2 -
YUV 156.26 165.66 122.82 -
System Red Green Blue C M Y K H S L
Decimal 149 147 223 0.33 0.34 0 0.13 241.58 0.54 0.73
Hex 95 93 DF 21 22 0 D F2 36 49
Octal 225 223 337 41 42 0 15 362 66 111
Binary 10010101 10010011 11011111 100001 100010 0 1101 11110010 110110 1001001

Color Harmonies of #9593DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9593DF

Black with #9593DF

Text Example


Text Example

White with #9593DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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