Html Css Color HEX #9584FE Light Slate Blue

📋 copy color: '#9584FE'

red 149 ◦ green 132 ◦ blue 254

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

Shades of Light Slate Blue #9584FE

Tints of Light Slate Blue #9584FE

RGB

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

 GREEN value IS 132 (51.95% from 255) = 24.67%

 BLUE value IS 254 (99.61% from 255) = 47.48%

R = 27.85%
G = 24.67%
B = 47.48%

CMYK

 C value IS 0.41

 M value IS 0.48

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#9584FE (or 0x9584FE) is known color: Light Slate Blue. HEX triplet: 95, 84 and FE. RGB value is (149,132,254). Sum of RGB (Red+Green+Blue) = 149+132+254=535 (70% of max value = 765). Red value is 149 (58.59% from 255 or 27.85% from 535); Green value is 132 (51.95% from 255 or 24.67% from 535); Blue value is 254 (99.61% from 255 or 47.48% from 535); Max value from RGB is 254 - color contains mainly: blue. Hex color #9584FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9584FE is #6A7B01. Grayscale: #969696. Windows color (decimal): -6978306 or 16680085. OLE color: 16680085.

HSL color Cylindrical-coordinate representation of color #9584FE: hue angle of 248.36º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9584FE is Cyan = 0.41, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 149 132 254 -
CMYK 0.41 0.48 0 0.00
HSL 248.36º 0.98% 0.76% -
HSV(B) 248.36º 0.48% 1% -
XYZ 38.54 30.05 97.53 -
YUV 150.99 186.13 126.58 -
System Red Green Blue C M Y K H S L
Decimal 149 132 254 0.41 0.48 0 0.00 248.36 0.98 0.76
Hex 95 84 FE 29 30 0 0 F8 62 4C
Octal 225 204 376 51 60 0 0 370 142 114
Binary 10010101 10000100 11111110 101001 110000 0 0 11111000 1100010 1001100

Color Harmonies of #9584FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9584FE

Black with #9584FE

Text Example


Text Example

White with #9584FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9584FE; }

 p { color: rgb(149,132,254); }

 H1.HeaderClassName
 {
   color: #9584FE;
 }
 .AnyTagClassName
 {
   color: #9584FE;
 }
</style>

background-color css

<style>
 a { background-color: #9584FE; }

 a { background-color: rgb(149,132,254); }

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

border-color css

<style>
 span { border-color: #9584FE; }

 span { border-color: rgb(149,132,254); }

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