Html Css Color HEX #9591F9 Light Slate Blue

📋 copy color: '#9591F9'

red 149 ◦ green 145 ◦ blue 249

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

Shades of Light Slate Blue #9591F9

Tints of Light Slate Blue #9591F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 45.86%

R = 27.44%
G = 26.7%
B = 45.86%

CMYK

 C value IS 0.40

 M value IS 0.42

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9591F9 (or 0x9591F9) is known color: Light Slate Blue. HEX triplet: 95, 91 and F9. RGB value is (149,145,249). Sum of RGB (Red+Green+Blue) = 149+145+249=543 (71% of max value = 765). Red value is 149 (58.59% from 255 or 27.44% from 543); Green value is 145 (57.03% from 255 or 26.70% from 543); Blue value is 249 (97.66% from 255 or 45.86% from 543); Max value from RGB is 249 - color contains mainly: blue. Hex color #9591F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9591F9 is #6A6E06. Grayscale: #9D9D9D. Windows color (decimal): -6974983 or 16355733. OLE color: 16355733.

HSL color Cylindrical-coordinate representation of color #9591F9: hue angle of 242.31º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9591F9 is Cyan = 0.40, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 149 145 249 -
CMYK 0.40 0.42 0 0.02
HSL 242.31º 0.9% 0.77% -
HSV(B) 242.31º 0.42% 0.98% -
XYZ 39.62 33.48 94 -
YUV 158.05 179.33 121.54 -
System Red Green Blue C M Y K H S L
Decimal 149 145 249 0.40 0.42 0 0.02 242.31 0.9 0.77
Hex 95 91 F9 28 2A 0 2 F2 5A 4D
Octal 225 221 371 50 52 0 2 362 132 115
Binary 10010101 10010001 11111001 101000 101010 0 10 11110010 1011010 1001101

Color Harmonies of #9591F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9591F9

Black with #9591F9

Text Example


Text Example

White with #9591F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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