Html Css Color HEX #957AFE Light Slate Blue

📋 copy color: '#957AFE'

red 149 ◦ green 122 ◦ blue 254

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

Shades of Light Slate Blue #957AFE

Tints of Light Slate Blue #957AFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 48.38%

R = 28.38%
G = 23.24%
B = 48.38%

CMYK

 C value IS 0.41

 M value IS 0.52

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#957AFE (or 0x957AFE) is known color: Light Slate Blue. HEX triplet: 95, 7A and FE. RGB value is (149,122,254). Sum of RGB (Red+Green+Blue) = 149+122+254=525 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.38% from 525); Green value is 122 (48.05% from 255 or 23.24% from 525); Blue value is 254 (99.61% from 255 or 48.38% from 525); Max value from RGB is 254 - color contains mainly: blue. Hex color #957AFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #957AFE is #6A8501. Grayscale: #909090. Windows color (decimal): -6980866 or 16677525. OLE color: 16677525.

HSL color Cylindrical-coordinate representation of color #957AFE: hue angle of 252.27º degrees, saturation: 0.99, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #957AFE is Cyan = 0.41, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 149 122 254 -
CMYK 0.41 0.52 0 0.00
HSL 252.27º 0.99% 0.74% -
HSV(B) 252.27º 0.52% 1% -
XYZ 37.24 27.46 97.1 -
YUV 145.12 189.45 130.77 -
System Red Green Blue C M Y K H S L
Decimal 149 122 254 0.41 0.52 0 0.00 252.27 0.99 0.74
Hex 95 7A FE 29 34 0 0 FC 63 4A
Octal 225 172 376 51 64 0 0 374 143 112
Binary 10010101 1111010 11111110 101001 110100 0 0 11111100 1100011 1001010

Color Harmonies of #957AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957AFE

Black with #957AFE

Text Example


Text Example

White with #957AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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