Html Css Color HEX #9591CC Blue Bell

📋 copy color: '#9591CC'

red 149 ◦ green 145 ◦ blue 204

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

Shades of Blue Bell #9591CC

Tints of Blue Bell #9591CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 40.96%

R = 29.92%
G = 29.12%
B = 40.96%

CMYK

 C value IS 0.27

 M value IS 0.29

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9591CC (or 0x9591CC) is known color: Blue Bell. HEX triplet: 95, 91 and CC. RGB value is (149,145,204). Sum of RGB (Red+Green+Blue) = 149+145+204=498 (65% of max value = 765). Red value is 149 (58.59% from 255 or 29.92% from 498); Green value is 145 (57.03% from 255 or 29.12% from 498); Blue value is 204 (80.08% from 255 or 40.96% from 498); Max value from RGB is 204 - color contains mainly: blue. Hex color #9591CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9591CC is #6A6E33. Grayscale: #989898. Windows color (decimal): -6975028 or 13406613. OLE color: 13406613.

HSL color Cylindrical-coordinate representation of color #9591CC: hue angle of 244.07º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9591CC is Cyan = 0.27, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 149 145 204 -
CMYK 0.27 0.29 0 0.2
HSL 244.07º 0.37% 0.68% -
HSV(B) 244.07º 0.29% 0.8% -
XYZ 33.42 31 61.35 -
YUV 152.92 156.83 125.2 -
System Red Green Blue C M Y K H S L
Decimal 149 145 204 0.27 0.29 0 0.2 244.07 0.37 0.68
Hex 95 91 CC 1B 1D 0 14 F4 25 44
Octal 225 221 314 33 35 0 24 364 45 104
Binary 10010101 10010001 11001100 11011 11101 0 10100 11110100 100101 1000100

Color Harmonies of #9591CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9591CC

Black with #9591CC

Text Example


Text Example

White with #9591CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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