Html Css Color HEX #8D90FD Light Slate Blue

📋 copy color: '#8D90FD'

red 141 ◦ green 144 ◦ blue 253

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

Shades of Light Slate Blue #8D90FD

Tints of Light Slate Blue #8D90FD

RGB

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

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

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

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

CMYK

 C value IS 0.44

 M value IS 0.43

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8D90FD (or 0x8D90FD) is known color: Light Slate Blue. HEX triplet: 8D, 90 and FD. RGB value is (141,144,253). Sum of RGB (Red+Green+Blue) = 141+144+253=538 (71% of max value = 765). Red value is 141 (55.47% from 255 or 26.21% from 538); Green value is 144 (56.64% from 255 or 26.77% 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 #8D90FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8D90FD is #726F02. Grayscale: #9B9B9B. Windows color (decimal): -7499523 or 16617613. OLE color: 16617613.

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

Color convert

RGB 141 144 253 -
CMYK 0.44 0.43 0 0.01
HSL 238.39º 0.97% 0.77% -
HSV(B) 238.39º 0.44% 0.99% -
XYZ 38.69 32.7 97.2 -
YUV 155.53 183.01 117.64 -
System Red Green Blue C M Y K H S L
Decimal 141 144 253 0.44 0.43 0 0.01 238.39 0.97 0.77
Hex 8D 90 FD 2C 2B 0 1 EE 61 4D
Octal 215 220 375 54 53 0 1 356 141 115
Binary 10001101 10010000 11111101 101100 101011 0 1 11101110 1100001 1001101

Color Harmonies of #8D90FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D90FD

Black with #8D90FD

Text Example


Text Example

White with #8D90FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8D90FD; }

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

 H1.HeaderClassName
 {
   color: #8D90FD;
 }
 .AnyTagClassName
 {
   color: #8D90FD;
 }
</style>

background-color css

<style>
 a { background-color: #8D90FD; }

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

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

border-color css

<style>
 span { border-color: #8D90FD; }

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

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