Html Css Color HEX #957CFF Light Slate Blue

📋 copy color: '#957CFF'

red 149 ◦ green 124 ◦ blue 255

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

Shades of Light Slate Blue #957CFF

Tints of Light Slate Blue #957CFF

RGB

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

 GREEN value IS 124 (48.83% from 255) = 23.48%

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

R = 28.22%
G = 23.48%
B = 48.3%

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

#957CFF (or 0x957CFF) is known color: Light Slate Blue. HEX triplet: 95, 7C and FF. RGB value is (149,124,255). Sum of RGB (Red+Green+Blue) = 149+124+255=528 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.22% from 528); Green value is 124 (48.83% from 255 or 23.48% from 528); Blue value is 255 (100% from 255 or 48.30% from 528); Max value from RGB is 255 - color contains mainly: blue. Hex color #957CFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #957CFF is #6A8300. Grayscale: #919191. Windows color (decimal): -6980353 or 16743573. OLE color: 16743573.

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

Color convert

RGB 149 124 255 -
CMYK 0.42 0.51 0 0
HSL 251.45º 1% 0.74% -
HSV(B) 251.45º 0.51% 1% -
XYZ 37.65 28.02 98.03 -
YUV 146.41 189.28 129.85 -
System Red Green Blue C M Y K H S L
Decimal 149 124 255 0.42 0.51 0 0 251.45 1 0.74
Hex 95 7C FF 2A 33 0 0 FB 64 4A
Octal 225 174 377 52 63 0 0 373 144 112
Binary 10010101 1111100 11111111 101010 110011 0 0 11111011 1100100 1001010

Color Harmonies of #957CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957CFF

Black with #957CFF

Text Example


Text Example

White with #957CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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