Html Css Color HEX #957DF2 Light Slate Blue

📋 copy color: '#957DF2'

red 149 ◦ green 125 ◦ blue 242

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

Shades of Light Slate Blue #957DF2

Tints of Light Slate Blue #957DF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 46.9%

R = 28.88%
G = 24.22%
B = 46.9%

CMYK

 C value IS 0.38

 M value IS 0.48

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#957DF2 (or 0x957DF2) is known color: Light Slate Blue. HEX triplet: 95, 7D and F2. RGB value is (149,125,242). Sum of RGB (Red+Green+Blue) = 149+125+242=516 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.88% from 516); Green value is 125 (49.22% from 255 or 24.22% from 516); Blue value is 242 (94.92% from 255 or 46.90% from 516); Max value from RGB is 242 - color contains mainly: blue. Hex color #957DF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #957DF2 is #6A820D. Grayscale: #919191. Windows color (decimal): -6980110 or 15891861. OLE color: 15891861.

HSL color Cylindrical-coordinate representation of color #957DF2: hue angle of 252.31º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #957DF2 is Cyan = 0.38, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 149 125 242 -
CMYK 0.38 0.48 0 0.05
HSL 252.31º 0.82% 0.72% -
HSV(B) 252.31º 0.48% 0.95% -
XYZ 35.76 27.47 87.42 -
YUV 145.51 182.45 130.49 -
System Red Green Blue C M Y K H S L
Decimal 149 125 242 0.38 0.48 0 0.05 252.31 0.82 0.72
Hex 95 7D F2 26 30 0 5 FC 52 48
Octal 225 175 362 46 60 0 5 374 122 110
Binary 10010101 1111101 11110010 100110 110000 0 101 11111100 1010010 1001000

Color Harmonies of #957DF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957DF2

Black with #957DF2

Text Example


Text Example

White with #957DF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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