Html Css Color HEX #957AF1 Light Slate Blue

📋 copy color: '#957AF1'

red 149 ◦ green 122 ◦ blue 241

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

Shades of Light Slate Blue #957AF1

Tints of Light Slate Blue #957AF1

RGB

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

 GREEN value IS 122 (48.05% from 255) = 23.83%

 BLUE value IS 241 (94.53% from 255) = 47.07%

R = 29.1%
G = 23.83%
B = 47.07%

CMYK

 C value IS 0.38

 M value IS 0.49

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#957AF1 (or 0x957AF1) is known color: Light Slate Blue. HEX triplet: 95, 7A and F1. RGB value is (149,122,241). Sum of RGB (Red+Green+Blue) = 149+122+241=512 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.10% from 512); Green value is 122 (48.05% from 255 or 23.83% from 512); Blue value is 241 (94.53% from 255 or 47.07% from 512); Max value from RGB is 241 - color contains mainly: blue. Hex color #957AF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #957AF1 is #6A850E. Grayscale: #8F8F8F. Windows color (decimal): -6980879 or 15825557. OLE color: 15825557.

HSL color Cylindrical-coordinate representation of color #957AF1: hue angle of 253.61º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #957AF1 is Cyan = 0.38, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 149 122 241 -
CMYK 0.38 0.49 0 0.05
HSL 253.61º 0.81% 0.71% -
HSV(B) 253.61º 0.49% 0.95% -
XYZ 35.23 26.66 86.51 -
YUV 143.64 182.95 131.82 -
System Red Green Blue C M Y K H S L
Decimal 149 122 241 0.38 0.49 0 0.05 253.61 0.81 0.71
Hex 95 7A F1 26 31 0 5 FE 51 47
Octal 225 172 361 46 61 0 5 376 121 107
Binary 10010101 1111010 11110001 100110 110001 0 101 11111110 1010001 1000111

Color Harmonies of #957AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957AF1

Black with #957AF1

Text Example


Text Example

White with #957AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,122,241); }

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

background-color css

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

 a { background-color: rgb(149,122,241); }

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

border-color css

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

 span { border-color: rgb(149,122,241); }

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