Html Css Color HEX #975CFC Light Slate Blue

📋 copy color: '#975CFC'

red 151 ◦ green 92 ◦ blue 252

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

Shades of Light Slate Blue #975CFC

Tints of Light Slate Blue #975CFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 50.91%

R = 30.51%
G = 18.59%
B = 50.91%

CMYK

 C value IS 0.40

 M value IS 0.63

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#975CFC (or 0x975CFC) is known color: Light Slate Blue. HEX triplet: 97, 5C and FC. RGB value is (151,92,252). Sum of RGB (Red+Green+Blue) = 151+92+252=495 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.51% from 495); Green value is 92 (36.33% from 255 or 18.59% from 495); Blue value is 252 (98.83% from 255 or 50.91% from 495); Max value from RGB is 252 - color contains mainly: blue. Hex color #975CFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #975CFC is #68A303. Grayscale: #7F7F7F. Windows color (decimal): -6857476 or 16538775. OLE color: 16538775.

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

Color convert

RGB 151 92 252 -
CMYK 0.40 0.63 0 0.01
HSL 262.13º 0.96% 0.67% -
HSV(B) 262.13º 0.63% 0.99% -
XYZ 34.16 21.26 94.4 -
YUV 127.88 198.05 144.49 -
System Red Green Blue C M Y K H S L
Decimal 151 92 252 0.40 0.63 0 0.01 262.13 0.96 0.67
Hex 97 5C FC 28 3F 0 1 106 60 43
Octal 227 134 374 50 77 0 1 406 140 103
Binary 10010111 1011100 11111100 101000 111111 0 1 100000110 1100000 1000011

Color Harmonies of #975CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975CFC

Black with #975CFC

Text Example


Text Example

White with #975CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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