Html Css Color HEX #948DF6 Light Slate Blue

📋 copy color: '#948DF6'

red 148 ◦ green 141 ◦ blue 246

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

Shades of Light Slate Blue #948DF6

Tints of Light Slate Blue #948DF6

RGB

 RED value IS 148 (58.2% from 255) = 27.66%

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

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

R = 27.66%
G = 26.36%
B = 45.98%

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

#948DF6 (or 0x948DF6) is known color: Light Slate Blue. HEX triplet: 94, 8D and F6. RGB value is (148,141,246). Sum of RGB (Red+Green+Blue) = 148+141+246=535 (70% of max value = 765). Red value is 148 (58.20% from 255 or 27.66% from 535); Green value is 141 (55.47% from 255 or 26.36% from 535); Blue value is 246 (96.48% from 255 or 45.98% from 535); Max value from RGB is 246 - color contains mainly: blue. Hex color #948DF6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #948DF6 is #6B7209. Grayscale: #9A9A9A. Windows color (decimal): -7041546 or 16158100. OLE color: 16158100.

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

Color convert

RGB 148 141 246 -
CMYK 0.40 0.43 0 0.04
HSL 244º 0.85% 0.76% -
HSV(B) 244º 0.43% 0.96% -
XYZ 38.37 32 91.34 -
YUV 155.06 179.32 122.96 -
System Red Green Blue C M Y K H S L
Decimal 148 141 246 0.40 0.43 0 0.04 244 0.85 0.76
Hex 94 8D F6 28 2B 0 4 F4 55 4C
Octal 224 215 366 50 53 0 4 364 125 114
Binary 10010100 10001101 11110110 101000 101011 0 100 11110100 1010101 1001100

Color Harmonies of #948DF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948DF6

Black with #948DF6

Text Example


Text Example

White with #948DF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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