Html Css Color HEX #957FFD Light Slate Blue

📋 copy color: '#957FFD'

red 149 ◦ green 127 ◦ blue 253

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

Shades of Light Slate Blue #957FFD

Tints of Light Slate Blue #957FFD

RGB

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

 GREEN value IS 127 (50% from 255) = 24.01%

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

R = 28.17%
G = 24.01%
B = 47.83%

CMYK

 C value IS 0.41

 M value IS 0.50

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#957FFD (or 0x957FFD) is known color: Light Slate Blue. HEX triplet: 95, 7F and FD. RGB value is (149,127,253). Sum of RGB (Red+Green+Blue) = 149+127+253=529 (70% of max value = 765). Red value is 149 (58.59% from 255 or 28.17% from 529); Green value is 127 (50% from 255 or 24.01% from 529); Blue value is 253 (99.22% from 255 or 47.83% from 529); Max value from RGB is 253 - color contains mainly: blue. Hex color #957FFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #957FFD is #6A8002. Grayscale: #939393. Windows color (decimal): -6979587 or 16613269. OLE color: 16613269.

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

Color convert

RGB 149 127 253 -
CMYK 0.41 0.50 0 0.01
HSL 250.48º 0.97% 0.75% -
HSV(B) 250.48º 0.5% 0.99% -
XYZ 37.71 28.66 96.47 -
YUV 147.94 187.29 128.75 -
System Red Green Blue C M Y K H S L
Decimal 149 127 253 0.41 0.50 0 0.01 250.48 0.97 0.75
Hex 95 7F FD 29 32 0 1 FA 61 4B
Octal 225 177 375 51 62 0 1 372 141 113
Binary 10010101 1111111 11111101 101001 110010 0 1 11111010 1100001 1001011

Color Harmonies of #957FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957FFD

Black with #957FFD

Text Example


Text Example

White with #957FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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