Html Css Color HEX #948AF1 Light Slate Blue

📋 copy color: '#948AF1'

red 148 ◦ green 138 ◦ blue 241

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

Shades of Light Slate Blue #948AF1

Tints of Light Slate Blue #948AF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 45.73%

R = 28.08%
G = 26.19%
B = 45.73%

CMYK

 C value IS 0.39

 M value IS 0.43

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#948AF1 (or 0x948AF1) is known color: Light Slate Blue. HEX triplet: 94, 8A and F1. RGB value is (148,138,241). Sum of RGB (Red+Green+Blue) = 148+138+241=527 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.08% from 527); Green value is 138 (54.30% from 255 or 26.19% from 527); Blue value is 241 (94.53% from 255 or 45.73% from 527); Max value from RGB is 241 - color contains mainly: blue. Hex color #948AF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #948AF1 is #6B750E. Grayscale: #989898. Windows color (decimal): -7042319 or 15829652. OLE color: 15829652.

HSL color Cylindrical-coordinate representation of color #948AF1: hue angle of 245.83º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #948AF1 is Cyan = 0.39, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 148 138 241 -
CMYK 0.39 0.43 0 0.05
HSL 245.83º 0.79% 0.74% -
HSV(B) 245.83º 0.43% 0.95% -
XYZ 37.18 30.82 87.21 -
YUV 152.73 177.81 124.62 -
System Red Green Blue C M Y K H S L
Decimal 148 138 241 0.39 0.43 0 0.05 245.83 0.79 0.74
Hex 94 8A F1 27 2B 0 5 F6 4F 4A
Octal 224 212 361 47 53 0 5 366 117 112
Binary 10010100 10001010 11110001 100111 101011 0 101 11110110 1001111 1001010

Color Harmonies of #948AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948AF1

Black with #948AF1

Text Example


Text Example

White with #948AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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