Html Css Color HEX #908DFD Light Slate Blue

📋 copy color: '#908DFD'

red 144 ◦ green 141 ◦ blue 253

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

Shades of Light Slate Blue #908DFD

Tints of Light Slate Blue #908DFD

RGB

 RED value IS 144 (56.64% from 255) = 26.77%

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

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

R = 26.77%
G = 26.21%
B = 47.03%

CMYK

 C value IS 0.43

 M value IS 0.44

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#908DFD (or 0x908DFD) is known color: Light Slate Blue. HEX triplet: 90, 8D and FD. RGB value is (144,141,253). Sum of RGB (Red+Green+Blue) = 144+141+253=538 (71% of max value = 765). Red value is 144 (56.64% from 255 or 26.77% from 538); Green value is 141 (55.47% from 255 or 26.21% from 538); Blue value is 253 (99.22% from 255 or 47.03% from 538); Max value from RGB is 253 - color contains mainly: blue. Hex color #908DFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #908DFD is #6F7202. Grayscale: #9A9A9A. Windows color (decimal): -7303683 or 16616848. OLE color: 16616848.

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

Color convert

RGB 144 141 253 -
CMYK 0.43 0.44 0 0.01
HSL 241.61º 0.97% 0.77% -
HSV(B) 241.61º 0.44% 0.99% -
XYZ 38.76 32.07 97.08 -
YUV 154.67 183.49 120.39 -
System Red Green Blue C M Y K H S L
Decimal 144 141 253 0.43 0.44 0 0.01 241.61 0.97 0.77
Hex 90 8D FD 2B 2C 0 1 F2 61 4D
Octal 220 215 375 53 54 0 1 362 141 115
Binary 10010000 10001101 11111101 101011 101100 0 1 11110010 1100001 1001101

Color Harmonies of #908DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #908DFD

Black with #908DFD

Text Example


Text Example

White with #908DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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