Html Css Color HEX #938CF6 Light Slate Blue

📋 copy color: '#938CF6'

red 147 ◦ green 140 ◦ blue 246

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

Shades of Light Slate Blue #938CF6

Tints of Light Slate Blue #938CF6

RGB

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

 GREEN value IS 140 (55.08% from 255) = 26.27%

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

R = 27.58%
G = 26.27%
B = 46.15%

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

#938CF6 (or 0x938CF6) is known color: Light Slate Blue. HEX triplet: 93, 8C and F6. RGB value is (147,140,246). Sum of RGB (Red+Green+Blue) = 147+140+246=533 (70% of max value = 765). Red value is 147 (57.81% from 255 or 27.58% from 533); Green value is 140 (55.08% from 255 or 26.27% from 533); Blue value is 246 (96.48% from 255 or 46.15% from 533); Max value from RGB is 246 - color contains mainly: blue. Hex color #938CF6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #938CF6 is #6C7309. Grayscale: #999999. Windows color (decimal): -7107338 or 16157843. OLE color: 16157843.

HSL color Cylindrical-coordinate representation of color #938CF6: hue angle of 243.96º 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 #938CF6 is Cyan = 0.40, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 147 140 246 -
CMYK 0.40 0.43 0 0.04
HSL 243.96º 0.85% 0.76% -
HSV(B) 243.96º 0.43% 0.96% -
XYZ 38.05 31.61 91.29 -
YUV 154.18 179.82 122.88 -
System Red Green Blue C M Y K H S L
Decimal 147 140 246 0.40 0.43 0 0.04 243.96 0.85 0.76
Hex 93 8C F6 28 2B 0 4 F4 55 4C
Octal 223 214 366 50 53 0 4 364 125 114
Binary 10010011 10001100 11110110 101000 101011 0 100 11110100 1010101 1001100

Color Harmonies of #938CF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #938CF6

Black with #938CF6

Text Example


Text Example

White with #938CF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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