Html Css Color HEX #975CFD Light Slate Blue

📋 copy color: '#975CFD'

red 151 ◦ green 92 ◦ blue 253

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

Shades of Light Slate Blue #975CFD

Tints of Light Slate Blue #975CFD

RGB

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

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

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

R = 30.44%
G = 18.55%
B = 51.01%

CMYK

 C value IS 0.40

 M value IS 0.64

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#975CFD (or 0x975CFD) is known color: Light Slate Blue. HEX triplet: 97, 5C and FD. RGB value is (151,92,253). Sum of RGB (Red+Green+Blue) = 151+92+253=496 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.44% from 496); Green value is 92 (36.33% from 255 or 18.55% from 496); Blue value is 253 (99.22% from 255 or 51.01% from 496); Max value from RGB is 253 - color contains mainly: blue. Hex color #975CFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #975CFD is #68A302. Grayscale: #7F7F7F. Windows color (decimal): -6857475 or 16604311. OLE color: 16604311.

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

Color convert

RGB 151 92 253 -
CMYK 0.40 0.64 0 0.01
HSL 261.99º 0.98% 0.68% -
HSV(B) 261.99º 0.64% 0.99% -
XYZ 34.32 21.33 95.24 -
YUV 128 198.55 144.41 -
System Red Green Blue C M Y K H S L
Decimal 151 92 253 0.40 0.64 0 0.01 261.99 0.98 0.68
Hex 97 5C FD 28 40 0 1 106 62 44
Octal 227 134 375 50 100 0 1 406 142 104
Binary 10010111 1011100 11111101 101000 1000000 0 1 100000110 1100010 1000100

Color Harmonies of #975CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975CFD

Black with #975CFD

Text Example


Text Example

White with #975CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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