Html Css Color HEX #948CFF Light Slate Blue

📋 copy color: '#948CFF'

red 148 ◦ green 140 ◦ blue 255

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

Shades of Light Slate Blue #948CFF

Tints of Light Slate Blue #948CFF

RGB

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

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

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

R = 27.26%
G = 25.78%
B = 46.96%

CMYK

 C value IS 0.42

 M value IS 0.45

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#948CFF (or 0x948CFF) is known color: Light Slate Blue. HEX triplet: 94, 8C and FF. RGB value is (148,140,255). Sum of RGB (Red+Green+Blue) = 148+140+255=543 (71% of max value = 765). Red value is 148 (58.20% from 255 or 27.26% from 543); Green value is 140 (55.08% from 255 or 25.78% from 543); Blue value is 255 (100% from 255 or 46.96% from 543); Max value from RGB is 255 - color contains mainly: blue. Hex color #948CFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #948CFF is #6B7300. Grayscale: #9B9B9B. Windows color (decimal): -7041793 or 16747668. OLE color: 16747668.

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

Color convert

RGB 148 140 255 -
CMYK 0.42 0.45 0 0
HSL 244.17º 1% 0.77% -
HSV(B) 244.17º 0.45% 1% -
XYZ 39.64 32.27 98.75 -
YUV 155.5 184.15 122.65 -
System Red Green Blue C M Y K H S L
Decimal 148 140 255 0.42 0.45 0 0 244.17 1 0.77
Hex 94 8C FF 2A 2D 0 0 F4 64 4D
Octal 224 214 377 52 55 0 0 364 144 115
Binary 10010100 10001100 11111111 101010 101101 0 0 11110100 1100100 1001101

Color Harmonies of #948CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948CFF

Black with #948CFF

Text Example


Text Example

White with #948CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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