Html Css Color HEX #948CFB Light Slate Blue

📋 copy color: '#948CFB'

red 148 ◦ green 140 ◦ blue 251

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

Shades of Light Slate Blue #948CFB

Tints of Light Slate Blue #948CFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 46.57%

R = 27.46%
G = 25.97%
B = 46.57%

CMYK

 C value IS 0.41

 M value IS 0.44

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#948CFB (or 0x948CFB) is known color: Light Slate Blue. HEX triplet: 94, 8C and FB. RGB value is (148,140,251). Sum of RGB (Red+Green+Blue) = 148+140+251=539 (71% of max value = 765). Red value is 148 (58.20% from 255 or 27.46% from 539); Green value is 140 (55.08% from 255 or 25.97% from 539); Blue value is 251 (98.44% from 255 or 46.57% from 539); Max value from RGB is 251 - color contains mainly: blue. Hex color #948CFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #948CFB is #6B7304. Grayscale: #9A9A9A. Windows color (decimal): -7041797 or 16485524. OLE color: 16485524.

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

Color convert

RGB 148 140 251 -
CMYK 0.41 0.44 0 0.02
HSL 244.32º 0.93% 0.77% -
HSV(B) 244.32º 0.44% 0.98% -
XYZ 39 32.02 95.39 -
YUV 155.05 182.15 122.97 -
System Red Green Blue C M Y K H S L
Decimal 148 140 251 0.41 0.44 0 0.02 244.32 0.93 0.77
Hex 94 8C FB 29 2C 0 2 F4 5D 4D
Octal 224 214 373 51 54 0 2 364 135 115
Binary 10010100 10001100 11111011 101001 101100 0 10 11110100 1011101 1001101

Color Harmonies of #948CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948CFB

Black with #948CFB

Text Example


Text Example

White with #948CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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