Html Css Color HEX #957DFB Light Slate Blue

📋 copy color: '#957DFB'

red 149 ◦ green 125 ◦ blue 251

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

Shades of Light Slate Blue #957DFB

Tints of Light Slate Blue #957DFB

RGB

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

 GREEN value IS 125 (49.22% from 255) = 23.81%

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

R = 28.38%
G = 23.81%
B = 47.81%

CMYK

 C value IS 0.41

 M value IS 0.50

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#957DFB (or 0x957DFB) is known color: Light Slate Blue. HEX triplet: 95, 7D and FB. RGB value is (149,125,251). Sum of RGB (Red+Green+Blue) = 149+125+251=525 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.38% from 525); Green value is 125 (49.22% from 255 or 23.81% from 525); Blue value is 251 (98.44% from 255 or 47.81% from 525); Max value from RGB is 251 - color contains mainly: blue. Hex color #957DFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #957DFB is #6A8204. Grayscale: #929292. Windows color (decimal): -6980101 or 16481685. OLE color: 16481685.

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

Color convert

RGB 149 125 251 -
CMYK 0.41 0.50 0 0.02
HSL 251.43º 0.94% 0.74% -
HSV(B) 251.43º 0.5% 0.98% -
XYZ 37.14 28.02 94.72 -
YUV 146.54 186.95 129.75 -
System Red Green Blue C M Y K H S L
Decimal 149 125 251 0.41 0.50 0 0.02 251.43 0.94 0.74
Hex 95 7D FB 29 32 0 2 FB 5E 4A
Octal 225 175 373 51 62 0 2 373 136 112
Binary 10010101 1111101 11111011 101001 110010 0 10 11111011 1011110 1001010

Color Harmonies of #957DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957DFB

Black with #957DFB

Text Example


Text Example

White with #957DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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