Html Css Color HEX #975FFD Light Slate Blue

📋 copy color: '#975FFD'

red 151 ◦ green 95 ◦ blue 253

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

Shades of Light Slate Blue #975FFD

Tints of Light Slate Blue #975FFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 50.7%

R = 30.26%
G = 19.04%
B = 50.7%

CMYK

 C value IS 0.40

 M value IS 0.62

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#975FFD (or 0x975FFD) is known color: Light Slate Blue. HEX triplet: 97, 5F and FD. RGB value is (151,95,253). Sum of RGB (Red+Green+Blue) = 151+95+253=499 (66% of max value = 765). Red value is 151 (59.38% from 255 or 30.26% from 499); Green value is 95 (37.5% from 255 or 19.04% from 499); Blue value is 253 (99.22% from 255 or 50.70% from 499); Max value from RGB is 253 - color contains mainly: blue. Hex color #975FFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #975FFD is #68A002. Grayscale: #818181. Windows color (decimal): -6856707 or 16605079. OLE color: 16605079.

HSL color Cylindrical-coordinate representation of color #975FFD: hue angle of 261.27º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #975FFD is Cyan = 0.40, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 151 95 253 -
CMYK 0.40 0.62 0 0.01
HSL 261.27º 0.98% 0.68% -
HSV(B) 261.27º 0.62% 0.99% -
XYZ 34.58 21.86 95.32 -
YUV 129.76 197.55 143.15 -
System Red Green Blue C M Y K H S L
Decimal 151 95 253 0.40 0.62 0 0.01 261.27 0.98 0.68
Hex 97 5F FD 28 3E 0 1 105 62 44
Octal 227 137 375 50 76 0 1 405 142 104
Binary 10010111 1011111 11111101 101000 111110 0 1 100000101 1100010 1000100

Color Harmonies of #975FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975FFD

Black with #975FFD

Text Example


Text Example

White with #975FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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