Html Css Color HEX #8973EF Light Slate Blue

📋 copy color: '#8973EF'

red 137 ◦ green 115 ◦ blue 239

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

Shades of Light Slate Blue #8973EF

Tints of Light Slate Blue #8973EF

RGB

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

 GREEN value IS 115 (45.31% from 255) = 23.42%

 BLUE value IS 239 (93.75% from 255) = 48.68%

R = 27.9%
G = 23.42%
B = 48.68%

CMYK

 C value IS 0.43

 M value IS 0.52

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#8973EF (or 0x8973EF) is known color: Light Slate Blue. HEX triplet: 89, 73 and EF. RGB value is (137,115,239). Sum of RGB (Red+Green+Blue) = 137+115+239=491 (65% of max value = 765). Red value is 137 (53.91% from 255 or 27.90% from 491); Green value is 115 (45.31% from 255 or 23.42% from 491); Blue value is 239 (93.75% from 255 or 48.68% from 491); Max value from RGB is 239 - color contains mainly: blue. Hex color #8973EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8973EF is #768C10. Grayscale: #878787. Windows color (decimal): -7769105 or 15692681. OLE color: 15692681.

HSL color Cylindrical-coordinate representation of color #8973EF: hue angle of 250.65º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8973EF is Cyan = 0.43, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 137 115 239 -
CMYK 0.43 0.52 0 0.06
HSL 250.65º 0.79% 0.69% -
HSV(B) 250.65º 0.52% 0.94% -
XYZ 32.03 23.81 84.57 -
YUV 135.71 186.29 128.92 -
System Red Green Blue C M Y K H S L
Decimal 137 115 239 0.43 0.52 0 0.06 250.65 0.79 0.69
Hex 89 73 EF 2B 34 0 6 FB 4F 45
Octal 211 163 357 53 64 0 6 373 117 105
Binary 10001001 1110011 11101111 101011 110100 0 110 11111011 1001111 1000101

Color Harmonies of #8973EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8973EF

Black with #8973EF

Text Example


Text Example

White with #8973EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8973EF; }

 p { color: rgb(137,115,239); }

 H1.HeaderClassName
 {
   color: #8973EF;
 }
 .AnyTagClassName
 {
   color: #8973EF;
 }
</style>

background-color css

<style>
 a { background-color: #8973EF; }

 a { background-color: rgb(137,115,239); }

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

border-color css

<style>
 span { border-color: #8973EF; }

 span { border-color: rgb(137,115,239); }

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