Html Css Color HEX #957AF8 Light Slate Blue

📋 copy color: '#957AF8'

red 149 ◦ green 122 ◦ blue 248

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

Shades of Light Slate Blue #957AF8

Tints of Light Slate Blue #957AF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 47.78%

R = 28.71%
G = 23.51%
B = 47.78%

CMYK

 C value IS 0.40

 M value IS 0.51

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#957AF8 (or 0x957AF8) is known color: Light Slate Blue. HEX triplet: 95, 7A and F8. RGB value is (149,122,248). Sum of RGB (Red+Green+Blue) = 149+122+248=519 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.71% from 519); Green value is 122 (48.05% from 255 or 23.51% from 519); Blue value is 248 (97.27% from 255 or 47.78% from 519); Max value from RGB is 248 - color contains mainly: blue. Hex color #957AF8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #957AF8 is #6A8507. Grayscale: #8F8F8F. Windows color (decimal): -6980872 or 16284309. OLE color: 16284309.

HSL color Cylindrical-coordinate representation of color #957AF8: hue angle of 252.86º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #957AF8 is Cyan = 0.40, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 149 122 248 -
CMYK 0.40 0.51 0 0.03
HSL 252.86º 0.9% 0.73% -
HSV(B) 252.86º 0.51% 0.97% -
XYZ 36.3 27.09 92.12 -
YUV 144.44 186.45 131.25 -
System Red Green Blue C M Y K H S L
Decimal 149 122 248 0.40 0.51 0 0.03 252.86 0.9 0.73
Hex 95 7A F8 28 33 0 3 FD 5A 49
Octal 225 172 370 50 63 0 3 375 132 111
Binary 10010101 1111010 11111000 101000 110011 0 11 11111101 1011010 1001001

Color Harmonies of #957AF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957AF8

Black with #957AF8

Text Example


Text Example

White with #957AF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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