Html Css Color HEX #9591FF Light Slate Blue

📋 copy color: '#9591FF'

red 149 ◦ green 145 ◦ blue 255

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

Shades of Light Slate Blue #9591FF

Tints of Light Slate Blue #9591FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 46.45%

R = 27.14%
G = 26.41%
B = 46.45%

CMYK

 C value IS 0.42

 M value IS 0.43

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9591FF (or 0x9591FF) is known color: Light Slate Blue. HEX triplet: 95, 91 and FF. RGB value is (149,145,255). Sum of RGB (Red+Green+Blue) = 149+145+255=549 (72% of max value = 765). Red value is 149 (58.59% from 255 or 27.14% from 549); Green value is 145 (57.03% from 255 or 26.41% from 549); Blue value is 255 (100% from 255 or 46.45% from 549); Max value from RGB is 255 - color contains mainly: blue. Hex color #9591FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9591FF is #6A6E00. Grayscale: #9E9E9E. Windows color (decimal): -6974977 or 16748949. OLE color: 16748949.

HSL color Cylindrical-coordinate representation of color #9591FF: hue angle of 242.18º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9591FF is Cyan = 0.42, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 149 145 255 -
CMYK 0.42 0.43 0 0
HSL 242.18º 1% 0.78% -
HSV(B) 242.18º 0.43% 1% -
XYZ 40.57 33.86 99.01 -
YUV 158.74 182.33 121.06 -
System Red Green Blue C M Y K H S L
Decimal 149 145 255 0.42 0.43 0 0 242.18 1 0.78
Hex 95 91 FF 2A 2B 0 0 F2 64 4E
Octal 225 221 377 52 53 0 0 362 144 116
Binary 10010101 10010001 11111111 101010 101011 0 0 11110010 1100100 1001110

Color Harmonies of #9591FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9591FF

Black with #9591FF

Text Example


Text Example

White with #9591FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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