Html Css Color HEX #9561FE Light Slate Blue

📋 copy color: '#9561FE'

red 149 ◦ green 97 ◦ blue 254

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

Shades of Light Slate Blue #9561FE

Tints of Light Slate Blue #9561FE

RGB

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

 GREEN value IS 97 (38.28% from 255) = 19.4%

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

R = 29.8%
G = 19.4%
B = 50.8%

CMYK

 C value IS 0.41

 M value IS 0.62

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#9561FE (or 0x9561FE) is known color: Light Slate Blue. HEX triplet: 95, 61 and FE. RGB value is (149,97,254). Sum of RGB (Red+Green+Blue) = 149+97+254=500 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.8% from 500); Green value is 97 (38.28% from 255 or 19.4% from 500); Blue value is 254 (99.61% from 255 or 50.8% from 500); Max value from RGB is 254 - color contains mainly: blue. Hex color #9561FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9561FE is #6A9E01. Grayscale: #818181. Windows color (decimal): -6987266 or 16671125. OLE color: 16671125.

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

Color convert

RGB 149 97 254 -
CMYK 0.41 0.62 0 0.00
HSL 259.87º 0.99% 0.69% -
HSV(B) 259.87º 0.62% 1% -
XYZ 34.56 22.09 96.21 -
YUV 130.45 197.73 141.23 -
System Red Green Blue C M Y K H S L
Decimal 149 97 254 0.41 0.62 0 0.00 259.87 0.99 0.69
Hex 95 61 FE 29 3E 0 0 104 63 45
Octal 225 141 376 51 76 0 0 404 143 105
Binary 10010101 1100001 11111110 101001 111110 0 0 100000100 1100011 1000101

Color Harmonies of #9561FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9561FE

Black with #9561FE

Text Example


Text Example

White with #9561FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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