Html Css Color HEX #8C73ED Light Slate Blue

📋 copy color: '#8C73ED'

red 140 ◦ green 115 ◦ blue 237

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

Shades of Light Slate Blue #8C73ED

Tints of Light Slate Blue #8C73ED

RGB

 RED value IS 140 (55.08% from 255) = 28.46%

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

 BLUE value IS 237 (92.97% from 255) = 48.17%

R = 28.46%
G = 23.37%
B = 48.17%

CMYK

 C value IS 0.41

 M value IS 0.51

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8C73ED (or 0x8C73ED) is known color: Light Slate Blue. HEX triplet: 8C, 73 and ED. RGB value is (140,115,237). Sum of RGB (Red+Green+Blue) = 140+115+237=492 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.46% from 492); Green value is 115 (45.31% from 255 or 23.37% from 492); Blue value is 237 (92.97% from 255 or 48.17% from 492); Max value from RGB is 237 - color contains mainly: blue. Hex color #8C73ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C73ED is #738C12. Grayscale: #878787. Windows color (decimal): -7572499 or 15561612. OLE color: 15561612.

HSL color Cylindrical-coordinate representation of color #8C73ED: hue angle of 252.3º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8C73ED is Cyan = 0.41, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 140 115 237 -
CMYK 0.41 0.51 0 0.07
HSL 252.3º 0.77% 0.69% -
HSV(B) 252.3º 0.51% 0.93% -
XYZ 32.23 23.95 83.05 -
YUV 136.38 184.78 130.58 -
System Red Green Blue C M Y K H S L
Decimal 140 115 237 0.41 0.51 0 0.07 252.3 0.77 0.69
Hex 8C 73 ED 29 33 0 7 FC 4D 45
Octal 214 163 355 51 63 0 7 374 115 105
Binary 10001100 1110011 11101101 101001 110011 0 111 11111100 1001101 1000101

Color Harmonies of #8C73ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C73ED

Black with #8C73ED

Text Example


Text Example

White with #8C73ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,115,237); }

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

background-color css

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

 a { background-color: rgb(140,115,237); }

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

border-color css

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

 span { border-color: rgb(140,115,237); }

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