Html Css Color HEX #938DF6 Light Slate Blue

📋 copy color: '#938DF6'

red 147 ◦ green 141 ◦ blue 246

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

Shades of Light Slate Blue #938DF6

Tints of Light Slate Blue #938DF6

RGB

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

 GREEN value IS 141 (55.47% from 255) = 26.4%

 BLUE value IS 246 (96.48% from 255) = 46.07%

R = 27.53%
G = 26.4%
B = 46.07%

CMYK

 C value IS 0.40

 M value IS 0.43

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#938DF6 (or 0x938DF6) is known color: Light Slate Blue. HEX triplet: 93, 8D and F6. RGB value is (147,141,246). Sum of RGB (Red+Green+Blue) = 147+141+246=534 (70% of max value = 765). Red value is 147 (57.81% from 255 or 27.53% from 534); Green value is 141 (55.47% from 255 or 26.40% from 534); Blue value is 246 (96.48% from 255 or 46.07% from 534); Max value from RGB is 246 - color contains mainly: blue. Hex color #938DF6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #938DF6 is #6C7209. Grayscale: #9A9A9A. Windows color (decimal): -7107082 or 16158099. OLE color: 16158099.

HSL color Cylindrical-coordinate representation of color #938DF6: hue angle of 243.43º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #938DF6 is Cyan = 0.40, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 147 141 246 -
CMYK 0.40 0.43 0 0.04
HSL 243.43º 0.85% 0.76% -
HSV(B) 243.43º 0.43% 0.96% -
XYZ 38.19 31.91 91.33 -
YUV 154.76 179.49 122.46 -
System Red Green Blue C M Y K H S L
Decimal 147 141 246 0.40 0.43 0 0.04 243.43 0.85 0.76
Hex 93 8D F6 28 2B 0 4 F3 55 4C
Octal 223 215 366 50 53 0 4 363 125 114
Binary 10010011 10001101 11110110 101000 101011 0 100 11110011 1010101 1001100

Color Harmonies of #938DF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #938DF6

Black with #938DF6

Text Example


Text Example

White with #938DF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #938DF6; }

 p { color: rgb(147,141,246); }

 H1.HeaderClassName
 {
   color: #938DF6;
 }
 .AnyTagClassName
 {
   color: #938DF6;
 }
</style>

background-color css

<style>
 a { background-color: #938DF6; }

 a { background-color: rgb(147,141,246); }

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

border-color css

<style>
 span { border-color: #938DF6; }

 span { border-color: rgb(147,141,246); }

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