Html Css Color HEX #937DF7 Light Slate Blue

📋 copy color: '#937DF7'

red 147 ◦ green 125 ◦ blue 247

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

Shades of Light Slate Blue #937DF7

Tints of Light Slate Blue #937DF7

RGB

 RED value IS 147 (57.81% from 255) = 28.32%

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

 BLUE value IS 247 (96.88% from 255) = 47.59%

R = 28.32%
G = 24.08%
B = 47.59%

CMYK

 C value IS 0.40

 M value IS 0.49

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#937DF7 (or 0x937DF7) is known color: Light Slate Blue. HEX triplet: 93, 7D and F7. RGB value is (147,125,247). Sum of RGB (Red+Green+Blue) = 147+125+247=519 (68% of max value = 765). Red value is 147 (57.81% from 255 or 28.32% from 519); Green value is 125 (49.22% from 255 or 24.08% from 519); Blue value is 247 (96.88% from 255 or 47.59% from 519); Max value from RGB is 247 - color contains mainly: blue. Hex color #937DF7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #937DF7 is #6C8208. Grayscale: #919191. Windows color (decimal): -7111177 or 16219539. OLE color: 16219539.

HSL color Cylindrical-coordinate representation of color #937DF7: hue angle of 250.82º degrees, saturation: 0.88, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #937DF7 is Cyan = 0.40, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 147 125 247 -
CMYK 0.40 0.49 0 0.03
HSL 250.82º 0.88% 0.73% -
HSV(B) 250.82º 0.49% 0.97% -
XYZ 36.15 27.59 91.41 -
YUV 145.49 185.29 129.08 -
System Red Green Blue C M Y K H S L
Decimal 147 125 247 0.40 0.49 0 0.03 250.82 0.88 0.73
Hex 93 7D F7 28 31 0 3 FB 58 49
Octal 223 175 367 50 61 0 3 373 130 111
Binary 10010011 1111101 11110111 101000 110001 0 11 11111011 1011000 1001001

Color Harmonies of #937DF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #937DF7

Black with #937DF7

Text Example


Text Example

White with #937DF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #937DF7; }

 p { color: rgb(147,125,247); }

 H1.HeaderClassName
 {
   color: #937DF7;
 }
 .AnyTagClassName
 {
   color: #937DF7;
 }
</style>

background-color css

<style>
 a { background-color: #937DF7; }

 a { background-color: rgb(147,125,247); }

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

border-color css

<style>
 span { border-color: #937DF7; }

 span { border-color: rgb(147,125,247); }

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