Html Css Color HEX #957EF8 Light Slate Blue

📋 copy color: '#957EF8'

red 149 ◦ green 126 ◦ blue 248

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

Shades of Light Slate Blue #957EF8

Tints of Light Slate Blue #957EF8

RGB

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

 GREEN value IS 126 (49.61% from 255) = 24.09%

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

R = 28.49%
G = 24.09%
B = 47.42%

CMYK

 C value IS 0.40

 M value IS 0.49

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#957EF8 (or 0x957EF8) is known color: Light Slate Blue. HEX triplet: 95, 7E and F8. RGB value is (149,126,248). Sum of RGB (Red+Green+Blue) = 149+126+248=523 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.49% from 523); Green value is 126 (49.61% from 255 or 24.09% from 523); Blue value is 248 (97.27% from 255 or 47.42% from 523); Max value from RGB is 248 - color contains mainly: blue. Hex color #957EF8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #957EF8 is #6A8107. Grayscale: #929292. Windows color (decimal): -6979848 or 16285333. OLE color: 16285333.

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

Color convert

RGB 149 126 248 -
CMYK 0.40 0.49 0 0.03
HSL 251.31º 0.9% 0.73% -
HSV(B) 251.31º 0.49% 0.97% -
XYZ 36.8 28.09 92.29 -
YUV 146.79 185.12 129.58 -
System Red Green Blue C M Y K H S L
Decimal 149 126 248 0.40 0.49 0 0.03 251.31 0.9 0.73
Hex 95 7E F8 28 31 0 3 FB 5A 49
Octal 225 176 370 50 61 0 3 373 132 111
Binary 10010101 1111110 11111000 101000 110001 0 11 11111011 1011010 1001001

Color Harmonies of #957EF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957EF8

Black with #957EF8

Text Example


Text Example

White with #957EF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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