Html Css Color HEX #9591DF Blue Bell

📋 copy color: '#9591DF'

red 149 ◦ green 145 ◦ blue 223

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

Shades of Blue Bell #9591DF

Tints of Blue Bell #9591DF

RGB

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

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

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

R = 28.82%
G = 28.05%
B = 43.13%

CMYK

 C value IS 0.33

 M value IS 0.35

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9591DF (or 0x9591DF) is known color: Blue Bell. HEX triplet: 95, 91 and DF. RGB value is (149,145,223). Sum of RGB (Red+Green+Blue) = 149+145+223=517 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.82% from 517); Green value is 145 (57.03% from 255 or 28.05% from 517); Blue value is 223 (87.5% from 255 or 43.13% from 517); Max value from RGB is 223 - color contains mainly: blue. Hex color #9591DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9591DF is #6A6E20. Grayscale: #9A9A9A. Windows color (decimal): -6975009 or 14651797. OLE color: 14651797.

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

Color convert

RGB 149 145 223 -
CMYK 0.33 0.35 0 0.13
HSL 243.08º 0.55% 0.72% -
HSV(B) 243.08º 0.35% 0.87% -
XYZ 35.84 31.97 74.09 -
YUV 155.09 166.33 123.66 -
System Red Green Blue C M Y K H S L
Decimal 149 145 223 0.33 0.35 0 0.13 243.08 0.55 0.72
Hex 95 91 DF 21 23 0 D F3 37 48
Octal 225 221 337 41 43 0 15 363 67 110
Binary 10010101 10010001 11011111 100001 100011 0 1101 11110011 110111 1001000

Color Harmonies of #9591DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9591DF

Black with #9591DF

Text Example


Text Example

White with #9591DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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