Html Css Color HEX #957CFC Light Slate Blue

📋 copy color: '#957CFC'

red 149 ◦ green 124 ◦ blue 252

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

Shades of Light Slate Blue #957CFC

Tints of Light Slate Blue #957CFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 48%

R = 28.38%
G = 23.62%
B = 48%

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

#957CFC (or 0x957CFC) is known color: Light Slate Blue. HEX triplet: 95, 7C and FC. RGB value is (149,124,252). Sum of RGB (Red+Green+Blue) = 149+124+252=525 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.38% from 525); Green value is 124 (48.83% from 255 or 23.62% from 525); Blue value is 252 (98.83% from 255 or 48% from 525); Max value from RGB is 252 - color contains mainly: blue. Hex color #957CFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #957CFC is #6A8303. Grayscale: #919191. Windows color (decimal): -6980356 or 16546965. OLE color: 16546965.

HSL color Cylindrical-coordinate representation of color #957CFC: hue angle of 251.72º degrees, saturation: 0.96, 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 #957CFC is Cyan = 0.41, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 149 124 252 -
CMYK 0.41 0.51 0 0.01
HSL 251.72º 0.96% 0.74% -
HSV(B) 251.72º 0.51% 0.99% -
XYZ 37.17 27.83 95.51 -
YUV 146.07 187.78 130.09 -
System Red Green Blue C M Y K H S L
Decimal 149 124 252 0.41 0.51 0 0.01 251.72 0.96 0.74
Hex 95 7C FC 29 33 0 1 FC 60 4A
Octal 225 174 374 51 63 0 1 374 140 112
Binary 10010101 1111100 11111100 101001 110011 0 1 11111100 1100000 1001010

Color Harmonies of #957CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957CFC

Black with #957CFC

Text Example


Text Example

White with #957CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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