Html Css Color HEX #975DFB Light Slate Blue

📋 copy color: '#975DFB'

red 151 ◦ green 93 ◦ blue 251

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

Shades of Light Slate Blue #975DFB

Tints of Light Slate Blue #975DFB

RGB

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

 GREEN value IS 93 (36.72% from 255) = 18.79%

 BLUE value IS 251 (98.44% from 255) = 50.71%

R = 30.51%
G = 18.79%
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

#975DFB (or 0x975DFB) is known color: Light Slate Blue. HEX triplet: 97, 5D and FB. RGB value is (151,93,251). Sum of RGB (Red+Green+Blue) = 151+93+251=495 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.51% from 495); Green value is 93 (36.72% from 255 or 18.79% from 495); Blue value is 251 (98.44% from 255 or 50.71% from 495); Max value from RGB is 251 - color contains mainly: blue. Hex color #975DFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #975DFB is #68A204. Grayscale: #7F7F7F. Windows color (decimal): -6857221 or 16473495. OLE color: 16473495.

HSL color Cylindrical-coordinate representation of color #975DFB: hue angle of 262.03º degrees, saturation: 0.95, 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 #975DFB is Cyan = 0.40, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 151 93 251 -
CMYK 0.40 0.63 0 0.02
HSL 262.03º 0.95% 0.67% -
HSV(B) 262.03º 0.63% 0.98% -
XYZ 34.09 21.37 93.6 -
YUV 128.35 197.22 144.15 -
System Red Green Blue C M Y K H S L
Decimal 151 93 251 0.40 0.63 0 0.02 262.03 0.95 0.67
Hex 97 5D FB 28 3F 0 2 106 5F 43
Octal 227 135 373 50 77 0 2 406 137 103
Binary 10010111 1011101 11111011 101000 111111 0 10 100000110 1011111 1000011

Color Harmonies of #975DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975DFB

Black with #975DFB

Text Example


Text Example

White with #975DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,93,251); }

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

background-color css

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

 a { background-color: rgb(151,93,251); }

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

border-color css

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

 span { border-color: rgb(151,93,251); }

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