Html Css Color HEX #948AF8 Light Slate Blue

📋 copy color: '#948AF8'

red 148 ◦ green 138 ◦ blue 248

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

Shades of Light Slate Blue #948AF8

Tints of Light Slate Blue #948AF8

RGB

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

 GREEN value IS 138 (54.3% from 255) = 25.84%

 BLUE value IS 248 (97.27% from 255) = 46.44%

R = 27.72%
G = 25.84%
B = 46.44%

CMYK

 C value IS 0.40

 M value IS 0.44

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#948AF8 (or 0x948AF8) is known color: Light Slate Blue. HEX triplet: 94, 8A and F8. RGB value is (148,138,248). Sum of RGB (Red+Green+Blue) = 148+138+248=534 (70% of max value = 765). Red value is 148 (58.20% from 255 or 27.72% from 534); Green value is 138 (54.30% from 255 or 25.84% from 534); Blue value is 248 (97.27% from 255 or 46.44% from 534); Max value from RGB is 248 - color contains mainly: blue. Hex color #948AF8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #948AF8 is #6B7507. Grayscale: #999999. Windows color (decimal): -7042312 or 16288404. OLE color: 16288404.

HSL color Cylindrical-coordinate representation of color #948AF8: hue angle of 245.45º degrees, saturation: 0.89, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #948AF8 is Cyan = 0.40, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 148 138 248 -
CMYK 0.40 0.44 0 0.03
HSL 245.45º 0.89% 0.76% -
HSV(B) 245.45º 0.44% 0.97% -
XYZ 38.24 31.25 92.82 -
YUV 153.53 181.31 124.06 -
System Red Green Blue C M Y K H S L
Decimal 148 138 248 0.40 0.44 0 0.03 245.45 0.89 0.76
Hex 94 8A F8 28 2C 0 3 F5 59 4C
Octal 224 212 370 50 54 0 3 365 131 114
Binary 10010100 10001010 11111000 101000 101100 0 11 11110101 1011001 1001100

Color Harmonies of #948AF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948AF8

Black with #948AF8

Text Example


Text Example

White with #948AF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,138,248); }

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

background-color css

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

 a { background-color: rgb(148,138,248); }

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

border-color css

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

 span { border-color: rgb(148,138,248); }

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