Html Css Color HEX #975FFF Light Slate Blue

📋 copy color: '#975FFF'

red 151 ◦ green 95 ◦ blue 255

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

Shades of Light Slate Blue #975FFF

Tints of Light Slate Blue #975FFF

RGB

 RED value IS 151 (59.38% from 255) = 30.14%

 GREEN value IS 95 (37.5% from 255) = 18.96%

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

R = 30.14%
G = 18.96%
B = 50.9%

CMYK

 C value IS 0.41

 M value IS 0.63

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#975FFF (or 0x975FFF) is known color: Light Slate Blue. HEX triplet: 97, 5F and FF. RGB value is (151,95,255). Sum of RGB (Red+Green+Blue) = 151+95+255=501 (66% of max value = 765). Red value is 151 (59.38% from 255 or 30.14% from 501); Green value is 95 (37.5% from 255 or 18.96% from 501); Blue value is 255 (100% from 255 or 50.90% from 501); Max value from RGB is 255 - color contains mainly: blue. Hex color #975FFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #975FFF is #68A000. Grayscale: #818181. Windows color (decimal): -6856705 or 16736151. OLE color: 16736151.

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

Color convert

RGB 151 95 255 -
CMYK 0.41 0.63 0 0
HSL 261º 1% 0.69% -
HSV(B) 261º 0.63% 1% -
XYZ 34.9 21.98 97.01 -
YUV 129.98 198.55 142.99 -
System Red Green Blue C M Y K H S L
Decimal 151 95 255 0.41 0.63 0 0 261 1 0.69
Hex 97 5F FF 29 3F 0 0 105 64 45
Octal 227 137 377 51 77 0 0 405 144 105
Binary 10010111 1011111 11111111 101001 111111 0 0 100000101 1100100 1000101

Color Harmonies of #975FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975FFF

Black with #975FFF

Text Example


Text Example

White with #975FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #975FFF; }

 p { color: rgb(151,95,255); }

 H1.HeaderClassName
 {
   color: #975FFF;
 }
 .AnyTagClassName
 {
   color: #975FFF;
 }
</style>

background-color css

<style>
 a { background-color: #975FFF; }

 a { background-color: rgb(151,95,255); }

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

border-color css

<style>
 span { border-color: #975FFF; }

 span { border-color: rgb(151,95,255); }

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