Html Css Color HEX #9591DC Blue Bell

📋 copy color: '#9591DC'

red 149 ◦ green 145 ◦ blue 220

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

Shades of Blue Bell #9591DC

Tints of Blue Bell #9591DC

RGB

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

 GREEN value IS 145 (57.03% from 255) = 28.21%

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

R = 28.99%
G = 28.21%
B = 42.8%

CMYK

 C value IS 0.32

 M value IS 0.34

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9591DC (or 0x9591DC) is known color: Blue Bell. HEX triplet: 95, 91 and DC. RGB value is (149,145,220). Sum of RGB (Red+Green+Blue) = 149+145+220=514 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.99% from 514); Green value is 145 (57.03% from 255 or 28.21% from 514); Blue value is 220 (86.33% from 255 or 42.80% from 514); Max value from RGB is 220 - color contains mainly: blue. Hex color #9591DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9591DC is #6A6E23. Grayscale: #9A9A9A. Windows color (decimal): -6975012 or 14455189. OLE color: 14455189.

HSL color Cylindrical-coordinate representation of color #9591DC: hue angle of 243.2º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9591DC is Cyan = 0.32, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 149 145 220 -
CMYK 0.32 0.34 0 0.14
HSL 243.2º 0.52% 0.72% -
HSV(B) 243.2º 0.34% 0.86% -
XYZ 35.44 31.81 71.98 -
YUV 154.75 164.83 123.9 -
System Red Green Blue C M Y K H S L
Decimal 149 145 220 0.32 0.34 0 0.14 243.2 0.52 0.72
Hex 95 91 DC 20 22 0 E F3 34 48
Octal 225 221 334 40 42 0 16 363 64 110
Binary 10010101 10010001 11011100 100000 100010 0 1110 11110011 110100 1001000

Color Harmonies of #9591DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9591DC

Black with #9591DC

Text Example


Text Example

White with #9591DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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