Html Css Color HEX #957CF9 Light Slate Blue

📋 copy color: '#957CF9'

red 149 ◦ green 124 ◦ blue 249

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

Shades of Light Slate Blue #957CF9

Tints of Light Slate Blue #957CF9

RGB

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

 GREEN value IS 124 (48.83% from 255) = 23.75%

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

R = 28.54%
G = 23.75%
B = 47.7%

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

#957CF9 (or 0x957CF9) is known color: Light Slate Blue. HEX triplet: 95, 7C and F9. RGB value is (149,124,249). Sum of RGB (Red+Green+Blue) = 149+124+249=522 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.54% from 522); Green value is 124 (48.83% from 255 or 23.75% from 522); Blue value is 249 (97.66% from 255 or 47.70% from 522); Max value from RGB is 249 - color contains mainly: blue. Hex color #957CF9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #957CF9 is #6A8306. Grayscale: #919191. Windows color (decimal): -6980359 or 16350357. OLE color: 16350357.

HSL color Cylindrical-coordinate representation of color #957CF9: hue angle of 252º 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 #957CF9 is Cyan = 0.40, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 149 124 249 -
CMYK 0.40 0.50 0 0.02
HSL 252º 0.91% 0.73% -
HSV(B) 252º 0.5% 0.98% -
XYZ 36.7 27.64 93.02 -
YUV 145.73 186.28 130.34 -
System Red Green Blue C M Y K H S L
Decimal 149 124 249 0.40 0.50 0 0.02 252 0.91 0.73
Hex 95 7C F9 28 32 0 2 FC 5B 49
Octal 225 174 371 50 62 0 2 374 133 111
Binary 10010101 1111100 11111001 101000 110010 0 10 11111100 1011011 1001001

Color Harmonies of #957CF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957CF9

Black with #957CF9

Text Example


Text Example

White with #957CF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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