Html Css Color HEX #928DFD Light Slate Blue

📋 copy color: '#928DFD'

red 146 ◦ green 141 ◦ blue 253

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

Shades of Light Slate Blue #928DFD

Tints of Light Slate Blue #928DFD

RGB

 RED value IS 146 (57.42% from 255) = 27.04%

 GREEN value IS 141 (55.47% from 255) = 26.11%

 BLUE value IS 253 (99.22% from 255) = 46.85%

R = 27.04%
G = 26.11%
B = 46.85%

CMYK

 C value IS 0.42

 M value IS 0.44

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#928DFD (or 0x928DFD) is known color: Light Slate Blue. HEX triplet: 92, 8D and FD. RGB value is (146,141,253). Sum of RGB (Red+Green+Blue) = 146+141+253=540 (71% of max value = 765). Red value is 146 (57.42% from 255 or 27.04% from 540); Green value is 141 (55.47% from 255 or 26.11% from 540); Blue value is 253 (99.22% from 255 or 46.85% from 540); Max value from RGB is 253 - color contains mainly: blue. Hex color #928DFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #928DFD is #6D7202. Grayscale: #9A9A9A. Windows color (decimal): -7172611 or 16616850. OLE color: 16616850.

HSL color Cylindrical-coordinate representation of color #928DFD: hue angle of 242.68º degrees, saturation: 0.97, 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 #928DFD is Cyan = 0.42, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 146 141 253 -
CMYK 0.42 0.44 0 0.01
HSL 242.68º 0.97% 0.77% -
HSV(B) 242.68º 0.44% 0.99% -
XYZ 39.11 32.25 97.09 -
YUV 155.26 183.16 121.39 -
System Red Green Blue C M Y K H S L
Decimal 146 141 253 0.42 0.44 0 0.01 242.68 0.97 0.77
Hex 92 8D FD 2A 2C 0 1 F3 61 4D
Octal 222 215 375 52 54 0 1 363 141 115
Binary 10010010 10001101 11111101 101010 101100 0 1 11110011 1100001 1001101

Color Harmonies of #928DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #928DFD

Black with #928DFD

Text Example


Text Example

White with #928DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #928DFD; }

 p { color: rgb(146,141,253); }

 H1.HeaderClassName
 {
   color: #928DFD;
 }
 .AnyTagClassName
 {
   color: #928DFD;
 }
</style>

background-color css

<style>
 a { background-color: #928DFD; }

 a { background-color: rgb(146,141,253); }

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

border-color css

<style>
 span { border-color: #928DFD; }

 span { border-color: rgb(146,141,253); }

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