Html Css Color HEX #948FFF Light Slate Blue

📋 copy color: '#948FFF'

red 148 ◦ green 143 ◦ blue 255

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

Shades of Light Slate Blue #948FFF

Tints of Light Slate Blue #948FFF

RGB

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

 GREEN value IS 143 (56.25% from 255) = 26.19%

 BLUE value IS 255 (100% from 255) = 46.7%

R = 27.11%
G = 26.19%
B = 46.7%

CMYK

 C value IS 0.42

 M value IS 0.44

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#948FFF (or 0x948FFF) is known color: Light Slate Blue. HEX triplet: 94, 8F and FF. RGB value is (148,143,255). Sum of RGB (Red+Green+Blue) = 148+143+255=546 (72% of max value = 765). Red value is 148 (58.20% from 255 or 27.11% from 546); Green value is 143 (56.25% from 255 or 26.19% from 546); Blue value is 255 (100% from 255 or 46.70% from 546); Max value from RGB is 255 - color contains mainly: blue. Hex color #948FFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #948FFF is #6B7000. Grayscale: #9C9C9C. Windows color (decimal): -7041025 or 16748436. OLE color: 16748436.

HSL color Cylindrical-coordinate representation of color #948FFF: hue angle of 242.68º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #948FFF is Cyan = 0.42, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 148 143 255 -
CMYK 0.42 0.44 0 0
HSL 242.68º 1% 0.78% -
HSV(B) 242.68º 0.44% 1% -
XYZ 40.09 33.16 98.9 -
YUV 157.26 183.16 121.39 -
System Red Green Blue C M Y K H S L
Decimal 148 143 255 0.42 0.44 0 0 242.68 1 0.78
Hex 94 8F FF 2A 2C 0 0 F3 64 4E
Octal 224 217 377 52 54 0 0 363 144 116
Binary 10010100 10001111 11111111 101010 101100 0 0 11110011 1100100 1001110

Color Harmonies of #948FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948FFF

Black with #948FFF

Text Example


Text Example

White with #948FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,143,255); }

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

background-color css

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

 a { background-color: rgb(148,143,255); }

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

border-color css

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

 span { border-color: rgb(148,143,255); }

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