Html Css Color HEX #975BFB Light Slate Blue

📋 copy color: '#975BFB'

red 151 ◦ green 91 ◦ blue 251

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

Shades of Light Slate Blue #975BFB

Tints of Light Slate Blue #975BFB

RGB

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

 GREEN value IS 91 (35.94% from 255) = 18.46%

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

R = 30.63%
G = 18.46%
B = 50.91%

CMYK

 C value IS 0.40

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#975BFB (or 0x975BFB) is known color: Light Slate Blue. HEX triplet: 97, 5B and FB. RGB value is (151,91,251). Sum of RGB (Red+Green+Blue) = 151+91+251=493 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.63% from 493); Green value is 91 (35.94% from 255 or 18.46% from 493); Blue value is 251 (98.44% from 255 or 50.91% from 493); Max value from RGB is 251 - color contains mainly: blue. Hex color #975BFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #975BFB is #68A404. Grayscale: #7E7E7E. Windows color (decimal): -6857733 or 16472983. OLE color: 16472983.

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

Color convert

RGB 151 91 251 -
CMYK 0.40 0.64 0 0.02
HSL 262.5º 0.95% 0.67% -
HSV(B) 262.5º 0.64% 0.98% -
XYZ 33.92 21.03 93.54 -
YUV 127.18 197.88 144.99 -
System Red Green Blue C M Y K H S L
Decimal 151 91 251 0.40 0.64 0 0.02 262.5 0.95 0.67
Hex 97 5B FB 28 40 0 2 106 5F 43
Octal 227 133 373 50 100 0 2 406 137 103
Binary 10010111 1011011 11111011 101000 1000000 0 10 100000110 1011111 1000011

Color Harmonies of #975BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975BFB

Black with #975BFB

Text Example


Text Example

White with #975BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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