Html Css Color HEX #957FFA Light Slate Blue

📋 copy color: '#957FFA'

red 149 ◦ green 127 ◦ blue 250

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

Shades of Light Slate Blue #957FFA

Tints of Light Slate Blue #957FFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 47.53%

R = 28.33%
G = 24.14%
B = 47.53%

CMYK

 C value IS 0.40

 M value IS 0.49

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#957FFA (or 0x957FFA) is known color: Light Slate Blue. HEX triplet: 95, 7F and FA. RGB value is (149,127,250). Sum of RGB (Red+Green+Blue) = 149+127+250=526 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.33% from 526); Green value is 127 (50% from 255 or 24.14% from 526); Blue value is 250 (98.05% from 255 or 47.53% from 526); Max value from RGB is 250 - color contains mainly: blue. Hex color #957FFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #957FFA is #6A8005. Grayscale: #939393. Windows color (decimal): -6979590 or 16416661. OLE color: 16416661.

HSL color Cylindrical-coordinate representation of color #957FFA: hue angle of 250.73º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #957FFA is Cyan = 0.40, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 149 127 250 -
CMYK 0.40 0.49 0 0.02
HSL 250.73º 0.92% 0.74% -
HSV(B) 250.73º 0.49% 0.98% -
XYZ 37.24 28.47 93.98 -
YUV 147.6 185.79 129 -
System Red Green Blue C M Y K H S L
Decimal 149 127 250 0.40 0.49 0 0.02 250.73 0.92 0.74
Hex 95 7F FA 28 31 0 2 FB 5C 4A
Octal 225 177 372 50 61 0 2 373 134 112
Binary 10010101 1111111 11111010 101000 110001 0 10 11111011 1011100 1001010

Color Harmonies of #957FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957FFA

Black with #957FFA

Text Example


Text Example

White with #957FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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