Html Css Color HEX #9591CE Blue Bell

📋 copy color: '#9591CE'

red 149 ◦ green 145 ◦ blue 206

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

Shades of Blue Bell #9591CE

Tints of Blue Bell #9591CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 41.2%

R = 29.8%
G = 29%
B = 41.2%

CMYK

 C value IS 0.28

 M value IS 0.30

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9591CE (or 0x9591CE) is known color: Blue Bell. HEX triplet: 95, 91 and CE. RGB value is (149,145,206). Sum of RGB (Red+Green+Blue) = 149+145+206=500 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.8% from 500); Green value is 145 (57.03% from 255 or 29% from 500); Blue value is 206 (80.86% from 255 or 41.2% from 500); Max value from RGB is 206 - color contains mainly: blue. Hex color #9591CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9591CE is #6A6E31. Grayscale: #989898. Windows color (decimal): -6975026 or 13537685. OLE color: 13537685.

HSL color Cylindrical-coordinate representation of color #9591CE: hue angle of 243.93º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9591CE is Cyan = 0.28, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 149 145 206 -
CMYK 0.28 0.30 0 0.19
HSL 243.93º 0.38% 0.69% -
HSV(B) 243.93º 0.3% 0.81% -
XYZ 33.66 31.1 62.62 -
YUV 153.15 157.83 125.04 -
System Red Green Blue C M Y K H S L
Decimal 149 145 206 0.28 0.30 0 0.19 243.93 0.38 0.69
Hex 95 91 CE 1C 1E 0 13 F4 26 45
Octal 225 221 316 34 36 0 23 364 46 105
Binary 10010101 10010001 11001110 11100 11110 0 10011 11110100 100110 1000101

Color Harmonies of #9591CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9591CE

Black with #9591CE

Text Example


Text Example

White with #9591CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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