Html Css Color HEX #8D90FA Light Slate Blue

📋 copy color: '#8D90FA'

red 141 ◦ green 144 ◦ blue 250

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

Shades of Light Slate Blue #8D90FA

Tints of Light Slate Blue #8D90FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 46.73%

R = 26.36%
G = 26.92%
B = 46.73%

CMYK

 C value IS 0.44

 M value IS 0.42

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8D90FA (or 0x8D90FA) is known color: Light Slate Blue. HEX triplet: 8D, 90 and FA. RGB value is (141,144,250). Sum of RGB (Red+Green+Blue) = 141+144+250=535 (70% of max value = 765). Red value is 141 (55.47% from 255 or 26.36% from 535); Green value is 144 (56.64% from 255 or 26.92% from 535); Blue value is 250 (98.05% from 255 or 46.73% from 535); Max value from RGB is 250 - color contains mainly: blue. Hex color #8D90FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8D90FA is #726F05. Grayscale: #9A9A9A. Windows color (decimal): -7499526 or 16421005. OLE color: 16421005.

HSL color Cylindrical-coordinate representation of color #8D90FA: hue angle of 238.35º degrees, saturation: 0.92, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8D90FA is Cyan = 0.44, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 141 144 250 -
CMYK 0.44 0.42 0 0.02
HSL 238.35º 0.92% 0.77% -
HSV(B) 238.35º 0.44% 0.98% -
XYZ 38.21 32.51 94.7 -
YUV 155.19 181.51 117.88 -
System Red Green Blue C M Y K H S L
Decimal 141 144 250 0.44 0.42 0 0.02 238.35 0.92 0.77
Hex 8D 90 FA 2C 2A 0 2 EE 5C 4D
Octal 215 220 372 54 52 0 2 356 134 115
Binary 10001101 10010000 11111010 101100 101010 0 10 11101110 1011100 1001101

Color Harmonies of #8D90FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D90FA

Black with #8D90FA

Text Example


Text Example

White with #8D90FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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