Html Css Color HEX #8C7DEA Light Slate Blue

📋 copy color: '#8C7DEA'

red 140 ◦ green 125 ◦ blue 234

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

Shades of Light Slate Blue #8C7DEA

Tints of Light Slate Blue #8C7DEA

RGB

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

 GREEN value IS 125 (49.22% from 255) = 25.05%

 BLUE value IS 234 (91.8% from 255) = 46.89%

R = 28.06%
G = 25.05%
B = 46.89%

CMYK

 C value IS 0.40

 M value IS 0.47

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8C7DEA (or 0x8C7DEA) is known color: Light Slate Blue. HEX triplet: 8C, 7D and EA. RGB value is (140,125,234). Sum of RGB (Red+Green+Blue) = 140+125+234=499 (66% of max value = 765). Red value is 140 (55.08% from 255 or 28.06% from 499); Green value is 125 (49.22% from 255 or 25.05% from 499); Blue value is 234 (91.80% from 255 or 46.89% from 499); Max value from RGB is 234 - color contains mainly: blue. Hex color #8C7DEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C7DEA is #738215. Grayscale: #8D8D8D. Windows color (decimal): -7569942 or 15367564. OLE color: 15367564.

HSL color Cylindrical-coordinate representation of color #8C7DEA: hue angle of 248.26º degrees, saturation: 0.72, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8C7DEA is Cyan = 0.40, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 140 125 234 -
CMYK 0.40 0.47 0 0.08
HSL 248.26º 0.72% 0.7% -
HSV(B) 248.26º 0.47% 0.92% -
XYZ 33 26.18 81.16 -
YUV 141.91 179.97 126.64 -
System Red Green Blue C M Y K H S L
Decimal 140 125 234 0.40 0.47 0 0.08 248.26 0.72 0.7
Hex 8C 7D EA 28 2F 0 8 F8 48 46
Octal 214 175 352 50 57 0 10 370 110 106
Binary 10001100 1111101 11101010 101000 101111 0 1000 11111000 1001000 1000110

Color Harmonies of #8C7DEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C7DEA

Black with #8C7DEA

Text Example


Text Example

White with #8C7DEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,125,234); }

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

background-color css

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

 a { background-color: rgb(140,125,234); }

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

border-color css

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

 span { border-color: rgb(140,125,234); }

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