Html Css Color HEX #975CFA Light Slate Blue

📋 copy color: '#975CFA'

red 151 ◦ green 92 ◦ blue 250

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

Shades of Light Slate Blue #975CFA

Tints of Light Slate Blue #975CFA

RGB

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

 GREEN value IS 92 (36.33% from 255) = 18.66%

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

R = 30.63%
G = 18.66%
B = 50.71%

CMYK

 C value IS 0.40

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#975CFA (or 0x975CFA) is known color: Light Slate Blue. HEX triplet: 97, 5C and FA. RGB value is (151,92,250). Sum of RGB (Red+Green+Blue) = 151+92+250=493 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.63% from 493); Green value is 92 (36.33% from 255 or 18.66% from 493); Blue value is 250 (98.05% from 255 or 50.71% from 493); Max value from RGB is 250 - color contains mainly: blue. Hex color #975CFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #975CFA is #68A305. Grayscale: #7F7F7F. Windows color (decimal): -6857478 or 16407703. OLE color: 16407703.

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

Color convert

RGB 151 92 250 -
CMYK 0.40 0.63 0 0.02
HSL 262.41º 0.94% 0.67% -
HSV(B) 262.41º 0.63% 0.98% -
XYZ 33.84 21.14 92.74 -
YUV 127.65 197.05 144.65 -
System Red Green Blue C M Y K H S L
Decimal 151 92 250 0.40 0.63 0 0.02 262.41 0.94 0.67
Hex 97 5C FA 28 3F 0 2 106 5E 43
Octal 227 134 372 50 77 0 2 406 136 103
Binary 10010111 1011100 11111010 101000 111111 0 10 100000110 1011110 1000011

Color Harmonies of #975CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975CFA

Black with #975CFA

Text Example


Text Example

White with #975CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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