Html Css Color HEX #957CFB Light Slate Blue

📋 copy color: '#957CFB'

red 149 ◦ green 124 ◦ blue 251

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

Shades of Light Slate Blue #957CFB

Tints of Light Slate Blue #957CFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 47.9%

R = 28.44%
G = 23.66%
B = 47.9%

CMYK

 C value IS 0.41

 M value IS 0.51

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#957CFB (or 0x957CFB) is known color: Light Slate Blue. HEX triplet: 95, 7C and FB. RGB value is (149,124,251). Sum of RGB (Red+Green+Blue) = 149+124+251=524 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.44% from 524); Green value is 124 (48.83% from 255 or 23.66% from 524); Blue value is 251 (98.44% from 255 or 47.90% from 524); Max value from RGB is 251 - color contains mainly: blue. Hex color #957CFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #957CFB is #6A8304. Grayscale: #919191. Windows color (decimal): -6980357 or 16481429. OLE color: 16481429.

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

Color convert

RGB 149 124 251 -
CMYK 0.41 0.51 0 0.02
HSL 251.81º 0.94% 0.74% -
HSV(B) 251.81º 0.51% 0.98% -
XYZ 37.01 27.77 94.68 -
YUV 145.95 187.28 130.17 -
System Red Green Blue C M Y K H S L
Decimal 149 124 251 0.41 0.51 0 0.02 251.81 0.94 0.74
Hex 95 7C FB 29 33 0 2 FC 5E 4A
Octal 225 174 373 51 63 0 2 374 136 112
Binary 10010101 1111100 11111011 101001 110011 0 10 11111100 1011110 1001010

Color Harmonies of #957CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957CFB

Black with #957CFB

Text Example


Text Example

White with #957CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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