Html Css Color HEX #975BFE Light Slate Blue

📋 copy color: '#975BFE'

red 151 ◦ green 91 ◦ blue 254

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

Shades of Light Slate Blue #975BFE

Tints of Light Slate Blue #975BFE

RGB

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

 GREEN value IS 91 (35.94% from 255) = 18.35%

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

R = 30.44%
G = 18.35%
B = 51.21%

CMYK

 C value IS 0.41

 M value IS 0.64

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#975BFE (or 0x975BFE) is known color: Light Slate Blue. HEX triplet: 97, 5B and FE. RGB value is (151,91,254). Sum of RGB (Red+Green+Blue) = 151+91+254=496 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.44% from 496); Green value is 91 (35.94% from 255 or 18.35% from 496); Blue value is 254 (99.61% from 255 or 51.21% from 496); Max value from RGB is 254 - color contains mainly: blue. Hex color #975BFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #975BFE is #68A401. Grayscale: #7E7E7E. Windows color (decimal): -6857730 or 16669591. OLE color: 16669591.

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

Color convert

RGB 151 91 254 -
CMYK 0.41 0.64 0 0.00
HSL 262.09º 0.99% 0.68% -
HSV(B) 262.09º 0.64% 1% -
XYZ 34.39 21.22 96.05 -
YUV 127.52 199.38 144.75 -
System Red Green Blue C M Y K H S L
Decimal 151 91 254 0.41 0.64 0 0.00 262.09 0.99 0.68
Hex 97 5B FE 29 40 0 0 106 63 44
Octal 227 133 376 51 100 0 0 406 143 104
Binary 10010111 1011011 11111110 101001 1000000 0 0 100000110 1100011 1000100

Color Harmonies of #975BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975BFE

Black with #975BFE

Text Example


Text Example

White with #975BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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