Html Css Color HEX #8D83F4 Light Slate Blue

📋 copy color: '#8D83F4'

red 141 ◦ green 131 ◦ blue 244

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

Shades of Light Slate Blue #8D83F4

Tints of Light Slate Blue #8D83F4

RGB

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

 GREEN value IS 131 (51.56% from 255) = 25.39%

 BLUE value IS 244 (95.7% from 255) = 47.29%

R = 27.33%
G = 25.39%
B = 47.29%

CMYK

 C value IS 0.42

 M value IS 0.46

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#8D83F4 (or 0x8D83F4) is known color: Light Slate Blue. HEX triplet: 8D, 83 and F4. RGB value is (141,131,244). Sum of RGB (Red+Green+Blue) = 141+131+244=516 (68% of max value = 765). Red value is 141 (55.47% from 255 or 27.33% from 516); Green value is 131 (51.56% from 255 or 25.39% from 516); Blue value is 244 (95.70% from 255 or 47.29% from 516); Max value from RGB is 244 - color contains mainly: blue. Hex color #8D83F4 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8D83F4 is #727C0B. Grayscale: #929292. Windows color (decimal): -7502860 or 16024461. OLE color: 16024461.

HSL color Cylindrical-coordinate representation of color #8D83F4: hue angle of 245.31º degrees, saturation: 0.84, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8D83F4 is Cyan = 0.42, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 141 131 244 -
CMYK 0.42 0.46 0 0.04
HSL 245.31º 0.84% 0.74% -
HSV(B) 245.31º 0.46% 0.96% -
XYZ 35.43 28.43 89.21 -
YUV 146.87 182.81 123.81 -
System Red Green Blue C M Y K H S L
Decimal 141 131 244 0.42 0.46 0 0.04 245.31 0.84 0.74
Hex 8D 83 F4 2A 2E 0 4 F5 54 4A
Octal 215 203 364 52 56 0 4 365 124 112
Binary 10001101 10000011 11110100 101010 101110 0 100 11110101 1010100 1001010

Color Harmonies of #8D83F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D83F4

Black with #8D83F4

Text Example


Text Example

White with #8D83F4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,131,244); }

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

background-color css

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

 a { background-color: rgb(141,131,244); }

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

border-color css

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

 span { border-color: rgb(141,131,244); }

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