Html Css Color HEX #8983EC Light Slate Blue

📋 copy color: '#8983EC'

red 137 ◦ green 131 ◦ blue 236

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

Shades of Light Slate Blue #8983EC

Tints of Light Slate Blue #8983EC

RGB

 RED value IS 137 (53.91% from 255) = 27.18%

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

 BLUE value IS 236 (92.58% from 255) = 46.83%

R = 27.18%
G = 25.99%
B = 46.83%

CMYK

 C value IS 0.42

 M value IS 0.44

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8983EC (or 0x8983EC) is known color: Light Slate Blue. HEX triplet: 89, 83 and EC. RGB value is (137,131,236). Sum of RGB (Red+Green+Blue) = 137+131+236=504 (66% of max value = 765). Red value is 137 (53.91% from 255 or 27.18% from 504); Green value is 131 (51.56% from 255 or 25.99% from 504); Blue value is 236 (92.58% from 255 or 46.83% from 504); Max value from RGB is 236 - color contains mainly: blue. Hex color #8983EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8983EC is #767C13. Grayscale: #909090. Windows color (decimal): -7765012 or 15500169. OLE color: 15500169.

HSL color Cylindrical-coordinate representation of color #8983EC: hue angle of 243.43º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8983EC is Cyan = 0.42, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 137 131 236 -
CMYK 0.42 0.44 0 0.07
HSL 243.43º 0.73% 0.72% -
HSV(B) 243.43º 0.44% 0.93% -
XYZ 33.57 27.61 82.92 -
YUV 144.76 179.49 122.46 -
System Red Green Blue C M Y K H S L
Decimal 137 131 236 0.42 0.44 0 0.07 243.43 0.73 0.72
Hex 89 83 EC 2A 2C 0 7 F3 49 48
Octal 211 203 354 52 54 0 7 363 111 110
Binary 10001001 10000011 11101100 101010 101100 0 111 11110011 1001001 1001000

Color Harmonies of #8983EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8983EC

Black with #8983EC

Text Example


Text Example

White with #8983EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8983EC; }

 p { color: rgb(137,131,236); }

 H1.HeaderClassName
 {
   color: #8983EC;
 }
 .AnyTagClassName
 {
   color: #8983EC;
 }
</style>

background-color css

<style>
 a { background-color: #8983EC; }

 a { background-color: rgb(137,131,236); }

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

border-color css

<style>
 span { border-color: #8983EC; }

 span { border-color: rgb(137,131,236); }

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