Html Css Color HEX #948BFF Light Slate Blue

📋 copy color: '#948BFF'

red 148 ◦ green 139 ◦ blue 255

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

Shades of Light Slate Blue #948BFF

Tints of Light Slate Blue #948BFF

RGB

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

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

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

R = 27.31%
G = 25.65%
B = 47.05%

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

#948BFF (or 0x948BFF) is known color: Light Slate Blue. HEX triplet: 94, 8B and FF. RGB value is (148,139,255). Sum of RGB (Red+Green+Blue) = 148+139+255=542 (71% of max value = 765). Red value is 148 (58.20% from 255 or 27.31% from 542); Green value is 139 (54.69% from 255 or 25.65% from 542); Blue value is 255 (100% from 255 or 47.05% from 542); Max value from RGB is 255 - color contains mainly: blue. Hex color #948BFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #948BFF is #6B7400. Grayscale: #9A9A9A. Windows color (decimal): -7042049 or 16747412. OLE color: 16747412.

HSL color Cylindrical-coordinate representation of color #948BFF: hue angle of 244.66º 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 #948BFF is Cyan = 0.42, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 148 139 255 -
CMYK 0.42 0.45 0 0
HSL 244.66º 1% 0.77% -
HSV(B) 244.66º 0.45% 1% -
XYZ 39.5 31.98 98.7 -
YUV 154.92 184.48 123.07 -
System Red Green Blue C M Y K H S L
Decimal 148 139 255 0.42 0.45 0 0 244.66 1 0.77
Hex 94 8B FF 2A 2D 0 0 F5 64 4D
Octal 224 213 377 52 55 0 0 365 144 115
Binary 10010100 10001011 11111111 101010 101101 0 0 11110101 1100100 1001101

Color Harmonies of #948BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948BFF

Black with #948BFF

Text Example


Text Example

White with #948BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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