Html Css Color HEX #975EFE Light Slate Blue

📋 copy color: '#975EFE'

red 151 ◦ green 94 ◦ blue 254

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

Shades of Light Slate Blue #975EFE

Tints of Light Slate Blue #975EFE

RGB

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

 GREEN value IS 94 (37.11% from 255) = 18.84%

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

R = 30.26%
G = 18.84%
B = 50.9%

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

#975EFE (or 0x975EFE) is known color: Light Slate Blue. HEX triplet: 97, 5E and FE. RGB value is (151,94,254). Sum of RGB (Red+Green+Blue) = 151+94+254=499 (66% of max value = 765). Red value is 151 (59.38% from 255 or 30.26% from 499); Green value is 94 (37.11% from 255 or 18.84% from 499); Blue value is 254 (99.61% from 255 or 50.90% from 499); Max value from RGB is 254 - color contains mainly: blue. Hex color #975EFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #975EFE is #68A101. Grayscale: #808080. Windows color (decimal): -6856962 or 16670359. OLE color: 16670359.

HSL color Cylindrical-coordinate representation of color #975EFE: hue angle of 261.38º 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 #975EFE is Cyan = 0.41, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 151 94 254 -
CMYK 0.41 0.63 0 0.00
HSL 261.38º 0.99% 0.68% -
HSV(B) 261.38º 0.63% 1% -
XYZ 34.65 21.74 96.14 -
YUV 129.28 198.38 143.49 -
System Red Green Blue C M Y K H S L
Decimal 151 94 254 0.41 0.63 0 0.00 261.38 0.99 0.68
Hex 97 5E FE 29 3F 0 0 105 63 44
Octal 227 136 376 51 77 0 0 405 143 104
Binary 10010111 1011110 11111110 101001 111111 0 0 100000101 1100011 1000100

Color Harmonies of #975EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975EFE

Black with #975EFE

Text Example


Text Example

White with #975EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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