Html Css Color HEX #957EFF Light Slate Blue

📋 copy color: '#957EFF'

red 149 ◦ green 126 ◦ blue 255

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

Shades of Light Slate Blue #957EFF

Tints of Light Slate Blue #957EFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 48.11%

R = 28.11%
G = 23.77%
B = 48.11%

CMYK

 C value IS 0.42

 M value IS 0.51

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#957EFF (or 0x957EFF) is known color: Light Slate Blue. HEX triplet: 95, 7E and FF. RGB value is (149,126,255). Sum of RGB (Red+Green+Blue) = 149+126+255=530 (70% of max value = 765). Red value is 149 (58.59% from 255 or 28.11% from 530); Green value is 126 (49.61% from 255 or 23.77% from 530); Blue value is 255 (100% from 255 or 48.11% from 530); Max value from RGB is 255 - color contains mainly: blue. Hex color #957EFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #957EFF is #6A8100. Grayscale: #939393. Windows color (decimal): -6979841 or 16744085. OLE color: 16744085.

HSL color Cylindrical-coordinate representation of color #957EFF: hue angle of 250.7º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #957EFF is Cyan = 0.42, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 149 126 255 -
CMYK 0.42 0.51 0 0
HSL 250.7º 1% 0.75% -
HSV(B) 250.7º 0.51% 1% -
XYZ 37.91 28.53 98.12 -
YUV 147.58 188.62 129.01 -
System Red Green Blue C M Y K H S L
Decimal 149 126 255 0.42 0.51 0 0 250.7 1 0.75
Hex 95 7E FF 2A 33 0 0 FB 64 4B
Octal 225 176 377 52 63 0 0 373 144 113
Binary 10010101 1111110 11111111 101010 110011 0 0 11111011 1100100 1001011

Color Harmonies of #957EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957EFF

Black with #957EFF

Text Example


Text Example

White with #957EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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