Html Css Color HEX #975AFF Light Slate Blue

📋 copy color: '#975AFF'

red 151 ◦ green 90 ◦ blue 255

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

Shades of Light Slate Blue #975AFF

Tints of Light Slate Blue #975AFF

RGB

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

 GREEN value IS 90 (35.55% from 255) = 18.15%

 BLUE value IS 255 (100% from 255) = 51.41%

R = 30.44%
G = 18.15%
B = 51.41%

CMYK

 C value IS 0.41

 M value IS 0.65

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#975AFF (or 0x975AFF) is known color: Light Slate Blue. HEX triplet: 97, 5A and FF. RGB value is (151,90,255). Sum of RGB (Red+Green+Blue) = 151+90+255=496 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.44% from 496); Green value is 90 (35.55% from 255 or 18.15% from 496); Blue value is 255 (100% from 255 or 51.41% from 496); Max value from RGB is 255 - color contains mainly: blue. Hex color #975AFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #975AFF is #68A500. Grayscale: #7E7E7E. Windows color (decimal): -6857985 or 16734871. OLE color: 16734871.

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

Color convert

RGB 151 90 255 -
CMYK 0.41 0.65 0 0
HSL 262.18º 1% 0.68% -
HSV(B) 262.18º 0.65% 1% -
XYZ 34.47 21.11 96.87 -
YUV 127.05 200.21 145.08 -
System Red Green Blue C M Y K H S L
Decimal 151 90 255 0.41 0.65 0 0 262.18 1 0.68
Hex 97 5A FF 29 41 0 0 106 64 44
Octal 227 132 377 51 101 0 0 406 144 104
Binary 10010111 1011010 11111111 101001 1000001 0 0 100000110 1100100 1000100

Color Harmonies of #975AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975AFF

Black with #975AFF

Text Example


Text Example

White with #975AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,90,255); }

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

background-color css

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

 a { background-color: rgb(151,90,255); }

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

border-color css

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

 span { border-color: rgb(151,90,255); }

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