Html Css Color HEX #975FFA Light Slate Blue

📋 copy color: '#975FFA'

red 151 ◦ green 95 ◦ blue 250

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

Shades of Light Slate Blue #975FFA

Tints of Light Slate Blue #975FFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 50.4%

R = 30.44%
G = 19.15%
B = 50.4%

CMYK

 C value IS 0.40

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#975FFA (or 0x975FFA) is known color: Light Slate Blue. HEX triplet: 97, 5F and FA. RGB value is (151,95,250). Sum of RGB (Red+Green+Blue) = 151+95+250=496 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.44% from 496); Green value is 95 (37.5% from 255 or 19.15% from 496); Blue value is 250 (98.05% from 255 or 50.40% from 496); Max value from RGB is 250 - color contains mainly: blue. Hex color #975FFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #975FFA is #68A005. Grayscale: #808080. Windows color (decimal): -6856710 or 16408471. OLE color: 16408471.

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

Color convert

RGB 151 95 250 -
CMYK 0.40 0.62 0 0.02
HSL 261.68º 0.94% 0.68% -
HSV(B) 261.68º 0.62% 0.98% -
XYZ 34.11 21.67 92.83 -
YUV 129.41 196.05 143.4 -
System Red Green Blue C M Y K H S L
Decimal 151 95 250 0.40 0.62 0 0.02 261.68 0.94 0.68
Hex 97 5F FA 28 3E 0 2 106 5E 44
Octal 227 137 372 50 76 0 2 406 136 104
Binary 10010111 1011111 11111010 101000 111110 0 10 100000110 1011110 1000100

Color Harmonies of #975FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975FFA

Black with #975FFA

Text Example


Text Example

White with #975FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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