Html Css Color HEX #948BFE Light Slate Blue

📋 copy color: '#948BFE'

red 148 ◦ green 139 ◦ blue 254

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

Shades of Light Slate Blue #948BFE

Tints of Light Slate Blue #948BFE

RGB

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

 GREEN value IS 139 (54.69% from 255) = 25.69%

 BLUE value IS 254 (99.61% from 255) = 46.95%

R = 27.36%
G = 25.69%
B = 46.95%

CMYK

 C value IS 0.42

 M value IS 0.45

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#948BFE (or 0x948BFE) is known color: Light Slate Blue. HEX triplet: 94, 8B and FE. RGB value is (148,139,254). Sum of RGB (Red+Green+Blue) = 148+139+254=541 (71% of max value = 765). Red value is 148 (58.20% from 255 or 27.36% from 541); Green value is 139 (54.69% from 255 or 25.69% from 541); Blue value is 254 (99.61% from 255 or 46.95% from 541); Max value from RGB is 254 - color contains mainly: blue. Hex color #948BFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #948BFE is #6B7401. Grayscale: #9A9A9A. Windows color (decimal): -7042050 or 16681876. OLE color: 16681876.

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

Color convert

RGB 148 139 254 -
CMYK 0.42 0.45 0 0.00
HSL 244.7º 0.98% 0.77% -
HSV(B) 244.7º 0.45% 1% -
XYZ 39.33 31.92 97.85 -
YUV 154.8 183.98 123.15 -
System Red Green Blue C M Y K H S L
Decimal 148 139 254 0.42 0.45 0 0.00 244.7 0.98 0.77
Hex 94 8B FE 2A 2D 0 0 F5 62 4D
Octal 224 213 376 52 55 0 0 365 142 115
Binary 10010100 10001011 11111110 101010 101101 0 0 11110101 1100010 1001101

Color Harmonies of #948BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948BFE

Black with #948BFE

Text Example


Text Example

White with #948BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,139,254); }

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

background-color css

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

 a { background-color: rgb(148,139,254); }

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

border-color css

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

 span { border-color: rgb(148,139,254); }

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