Html Css Color HEX #957CFD Light Slate Blue

📋 copy color: '#957CFD'

red 149 ◦ green 124 ◦ blue 253

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

Shades of Light Slate Blue #957CFD

Tints of Light Slate Blue #957CFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 48.1%

R = 28.33%
G = 23.57%
B = 48.1%

CMYK

 C value IS 0.41

 M value IS 0.51

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#957CFD (or 0x957CFD) is known color: Light Slate Blue. HEX triplet: 95, 7C and FD. RGB value is (149,124,253). Sum of RGB (Red+Green+Blue) = 149+124+253=526 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.33% from 526); Green value is 124 (48.83% from 255 or 23.57% from 526); Blue value is 253 (99.22% from 255 or 48.10% from 526); Max value from RGB is 253 - color contains mainly: blue. Hex color #957CFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #957CFD is #6A8302. Grayscale: #919191. Windows color (decimal): -6980355 or 16612501. OLE color: 16612501.

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

Color convert

RGB 149 124 253 -
CMYK 0.41 0.51 0 0.01
HSL 251.63º 0.97% 0.74% -
HSV(B) 251.63º 0.51% 0.99% -
XYZ 37.33 27.9 96.35 -
YUV 146.18 188.28 130.01 -
System Red Green Blue C M Y K H S L
Decimal 149 124 253 0.41 0.51 0 0.01 251.63 0.97 0.74
Hex 95 7C FD 29 33 0 1 FC 61 4A
Octal 225 174 375 51 63 0 1 374 141 112
Binary 10010101 1111100 11111101 101001 110011 0 1 11111100 1100001 1001010

Color Harmonies of #957CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957CFD

Black with #957CFD

Text Example


Text Example

White with #957CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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