Html Css Color HEX #948CFC Light Slate Blue

📋 copy color: '#948CFC'

red 148 ◦ green 140 ◦ blue 252

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

Shades of Light Slate Blue #948CFC

Tints of Light Slate Blue #948CFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 46.67%

R = 27.41%
G = 25.93%
B = 46.67%

CMYK

 C value IS 0.41

 M value IS 0.44

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#948CFC (or 0x948CFC) is known color: Light Slate Blue. HEX triplet: 94, 8C and FC. RGB value is (148,140,252). Sum of RGB (Red+Green+Blue) = 148+140+252=540 (71% of max value = 765). Red value is 148 (58.20% from 255 or 27.41% from 540); Green value is 140 (55.08% from 255 or 25.93% from 540); Blue value is 252 (98.83% from 255 or 46.67% from 540); Max value from RGB is 252 - color contains mainly: blue. Hex color #948CFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #948CFC is #6B7303. Grayscale: #9A9A9A. Windows color (decimal): -7041796 or 16551060. OLE color: 16551060.

HSL color Cylindrical-coordinate representation of color #948CFC: hue angle of 244.29º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #948CFC is Cyan = 0.41, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 148 140 252 -
CMYK 0.41 0.44 0 0.01
HSL 244.29º 0.95% 0.77% -
HSV(B) 244.29º 0.44% 0.99% -
XYZ 39.16 32.08 96.22 -
YUV 155.16 182.65 122.89 -
System Red Green Blue C M Y K H S L
Decimal 148 140 252 0.41 0.44 0 0.01 244.29 0.95 0.77
Hex 94 8C FC 29 2C 0 1 F4 5F 4D
Octal 224 214 374 51 54 0 1 364 137 115
Binary 10010100 10001100 11111100 101001 101100 0 1 11110100 1011111 1001101

Color Harmonies of #948CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948CFC

Black with #948CFC

Text Example


Text Example

White with #948CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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