Html Css Color HEX #975FFE Light Slate Blue

📋 copy color: '#975FFE'

red 151 ◦ green 95 ◦ blue 254

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

Shades of Light Slate Blue #975FFE

Tints of Light Slate Blue #975FFE

RGB

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

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

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

R = 30.2%
G = 19%
B = 50.8%

CMYK

 C value IS 0.41

 M value IS 0.63

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#975FFE (or 0x975FFE) is known color: Light Slate Blue. HEX triplet: 97, 5F and FE. RGB value is (151,95,254). Sum of RGB (Red+Green+Blue) = 151+95+254=500 (66% of max value = 765). Red value is 151 (59.38% from 255 or 30.2% from 500); Green value is 95 (37.5% from 255 or 19% 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 #975FFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #975FFE is #68A001. Grayscale: #818181. Windows color (decimal): -6856706 or 16670615. OLE color: 16670615.

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

Color convert

RGB 151 95 254 -
CMYK 0.41 0.63 0 0.00
HSL 261.13º 0.99% 0.68% -
HSV(B) 261.13º 0.63% 1% -
XYZ 34.74 21.92 96.17 -
YUV 129.87 198.05 143.07 -
System Red Green Blue C M Y K H S L
Decimal 151 95 254 0.41 0.63 0 0.00 261.13 0.99 0.68
Hex 97 5F FE 29 3F 0 0 105 63 44
Octal 227 137 376 51 77 0 0 405 143 104
Binary 10010111 1011111 11111110 101001 111111 0 0 100000101 1100011 1000100

Color Harmonies of #975FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975FFE

Black with #975FFE

Text Example


Text Example

White with #975FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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