Html Css Color HEX #9591E0 Blue Bell

📋 copy color: '#9591E0'

red 149 ◦ green 145 ◦ blue 224

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

Shades of Blue Bell #9591E0

Tints of Blue Bell #9591E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 43.24%

R = 28.76%
G = 27.99%
B = 43.24%

CMYK

 C value IS 0.33

 M value IS 0.35

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#9591E0 (or 0x9591E0) is known color: Blue Bell. HEX triplet: 95, 91 and E0. RGB value is (149,145,224). Sum of RGB (Red+Green+Blue) = 149+145+224=518 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.76% from 518); Green value is 145 (57.03% from 255 or 27.99% from 518); Blue value is 224 (87.89% from 255 or 43.24% from 518); Max value from RGB is 224 - color contains mainly: blue. Hex color #9591E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9591E0 is #6A6E1F. Grayscale: #9A9A9A. Windows color (decimal): -6975008 or 14717333. OLE color: 14717333.

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

Color convert

RGB 149 145 224 -
CMYK 0.33 0.35 0 0.12
HSL 243.04º 0.56% 0.72% -
HSV(B) 243.04º 0.35% 0.88% -
XYZ 35.97 32.02 74.81 -
YUV 155.2 166.83 123.58 -
System Red Green Blue C M Y K H S L
Decimal 149 145 224 0.33 0.35 0 0.12 243.04 0.56 0.72
Hex 95 91 E0 21 23 0 C F3 38 48
Octal 225 221 340 41 43 0 14 363 70 110
Binary 10010101 10010001 11100000 100001 100011 0 1100 11110011 111000 1001000

Color Harmonies of #9591E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9591E0

Black with #9591E0

Text Example


Text Example

White with #9591E0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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