Html Css Color HEX #957DF9 Light Slate Blue

📋 copy color: '#957DF9'

red 149 ◦ green 125 ◦ blue 249

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

Shades of Light Slate Blue #957DF9

Tints of Light Slate Blue #957DF9

RGB

 RED value IS 149 (58.59% from 255) = 28.49%

 GREEN value IS 125 (49.22% from 255) = 23.9%

 BLUE value IS 249 (97.66% from 255) = 47.61%

R = 28.49%
G = 23.9%
B = 47.61%

CMYK

 C value IS 0.40

 M value IS 0.50

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#957DF9 (or 0x957DF9) is known color: Light Slate Blue. HEX triplet: 95, 7D and F9. RGB value is (149,125,249). Sum of RGB (Red+Green+Blue) = 149+125+249=523 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.49% from 523); Green value is 125 (49.22% from 255 or 23.90% from 523); Blue value is 249 (97.66% from 255 or 47.61% from 523); Max value from RGB is 249 - color contains mainly: blue. Hex color #957DF9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #957DF9 is #6A8206. Grayscale: #919191. Windows color (decimal): -6980103 or 16350613. OLE color: 16350613.

HSL color Cylindrical-coordinate representation of color #957DF9: hue angle of 251.61º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #957DF9 is Cyan = 0.40, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 149 125 249 -
CMYK 0.40 0.50 0 0.02
HSL 251.61º 0.91% 0.73% -
HSV(B) 251.61º 0.5% 0.98% -
XYZ 36.83 27.9 93.07 -
YUV 146.31 185.95 129.92 -
System Red Green Blue C M Y K H S L
Decimal 149 125 249 0.40 0.50 0 0.02 251.61 0.91 0.73
Hex 95 7D F9 28 32 0 2 FC 5B 49
Octal 225 175 371 50 62 0 2 374 133 111
Binary 10010101 1111101 11111001 101000 110010 0 10 11111100 1011011 1001001

Color Harmonies of #957DF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957DF9

Black with #957DF9

Text Example


Text Example

White with #957DF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957DF9; }

 p { color: rgb(149,125,249); }

 H1.HeaderClassName
 {
   color: #957DF9;
 }
 .AnyTagClassName
 {
   color: #957DF9;
 }
</style>

background-color css

<style>
 a { background-color: #957DF9; }

 a { background-color: rgb(149,125,249); }

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

border-color css

<style>
 span { border-color: #957DF9; }

 span { border-color: rgb(149,125,249); }

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