Html Css Color HEX #948CF1 Light Slate Blue

📋 copy color: '#948CF1'

red 148 ◦ green 140 ◦ blue 241

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

Shades of Light Slate Blue #948CF1

Tints of Light Slate Blue #948CF1

RGB

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

 GREEN value IS 140 (55.08% from 255) = 26.47%

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

R = 27.98%
G = 26.47%
B = 45.56%

CMYK

 C value IS 0.39

 M value IS 0.42

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#948CF1 (or 0x948CF1) is known color: Light Slate Blue. HEX triplet: 94, 8C and F1. RGB value is (148,140,241). Sum of RGB (Red+Green+Blue) = 148+140+241=529 (70% of max value = 765). Red value is 148 (58.20% from 255 or 27.98% from 529); Green value is 140 (55.08% from 255 or 26.47% from 529); Blue value is 241 (94.53% from 255 or 45.56% from 529); Max value from RGB is 241 - color contains mainly: blue. Hex color #948CF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #948CF1 is #6B730E. Grayscale: #999999. Windows color (decimal): -7041807 or 15830164. OLE color: 15830164.

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

Color convert

RGB 148 140 241 -
CMYK 0.39 0.42 0 0.05
HSL 244.75º 0.78% 0.75% -
HSV(B) 244.75º 0.42% 0.95% -
XYZ 37.47 31.4 87.31 -
YUV 153.91 177.15 123.79 -
System Red Green Blue C M Y K H S L
Decimal 148 140 241 0.39 0.42 0 0.05 244.75 0.78 0.75
Hex 94 8C F1 27 2A 0 5 F5 4E 4B
Octal 224 214 361 47 52 0 5 365 116 113
Binary 10010100 10001100 11110001 100111 101010 0 101 11110101 1001110 1001011

Color Harmonies of #948CF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948CF1

Black with #948CF1

Text Example


Text Example

White with #948CF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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