Html Css Color HEX #948AF5 Light Slate Blue

📋 copy color: '#948AF5'

red 148 ◦ green 138 ◦ blue 245

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

Shades of Light Slate Blue #948AF5

Tints of Light Slate Blue #948AF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 46.14%

R = 27.87%
G = 25.99%
B = 46.14%

CMYK

 C value IS 0.40

 M value IS 0.44

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#948AF5 (or 0x948AF5) is known color: Light Slate Blue. HEX triplet: 94, 8A and F5. RGB value is (148,138,245). Sum of RGB (Red+Green+Blue) = 148+138+245=531 (70% of max value = 765). Red value is 148 (58.20% from 255 or 27.87% from 531); Green value is 138 (54.30% from 255 or 25.99% from 531); Blue value is 245 (96.09% from 255 or 46.14% from 531); Max value from RGB is 245 - color contains mainly: blue. Hex color #948AF5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #948AF5 is #6B750A. Grayscale: #989898. Windows color (decimal): -7042315 or 16091796. OLE color: 16091796.

HSL color Cylindrical-coordinate representation of color #948AF5: hue angle of 245.61º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #948AF5 is Cyan = 0.40, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 148 138 245 -
CMYK 0.40 0.44 0 0.04
HSL 245.61º 0.84% 0.75% -
HSV(B) 245.61º 0.44% 0.96% -
XYZ 37.78 31.07 90.39 -
YUV 153.19 179.81 124.3 -
System Red Green Blue C M Y K H S L
Decimal 148 138 245 0.40 0.44 0 0.04 245.61 0.84 0.75
Hex 94 8A F5 28 2C 0 4 F6 54 4B
Octal 224 212 365 50 54 0 4 366 124 113
Binary 10010100 10001010 11110101 101000 101100 0 100 11110110 1010100 1001011

Color Harmonies of #948AF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948AF5

Black with #948AF5

Text Example


Text Example

White with #948AF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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