Html Css Color HEX #975DFE Light Slate Blue

📋 copy color: '#975DFE'

red 151 ◦ green 93 ◦ blue 254

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

Shades of Light Slate Blue #975DFE

Tints of Light Slate Blue #975DFE

RGB

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

 GREEN value IS 93 (36.72% from 255) = 18.67%

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

R = 30.32%
G = 18.67%
B = 51%

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

#975DFE (or 0x975DFE) is known color: Light Slate Blue. HEX triplet: 97, 5D and FE. RGB value is (151,93,254). Sum of RGB (Red+Green+Blue) = 151+93+254=498 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.32% from 498); Green value is 93 (36.72% from 255 or 18.67% from 498); Blue value is 254 (99.61% from 255 or 51.00% from 498); Max value from RGB is 254 - color contains mainly: blue. Hex color #975DFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #975DFE is #68A201. Grayscale: #808080. Windows color (decimal): -6857218 or 16670103. OLE color: 16670103.

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

Color convert

RGB 151 93 254 -
CMYK 0.41 0.63 0 0.00
HSL 261.61º 0.99% 0.68% -
HSV(B) 261.61º 0.63% 1% -
XYZ 34.57 21.56 96.11 -
YUV 128.7 198.72 143.91 -
System Red Green Blue C M Y K H S L
Decimal 151 93 254 0.41 0.63 0 0.00 261.61 0.99 0.68
Hex 97 5D FE 29 3F 0 0 106 63 44
Octal 227 135 376 51 77 0 0 406 143 104
Binary 10010111 1011101 11111110 101001 111111 0 0 100000110 1100011 1000100

Color Harmonies of #975DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975DFE

Black with #975DFE

Text Example


Text Example

White with #975DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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