Html Css Color HEX #8C7DED Light Slate Blue

📋 copy color: '#8C7DED'

red 140 ◦ green 125 ◦ blue 237

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

Shades of Light Slate Blue #8C7DED

Tints of Light Slate Blue #8C7DED

RGB

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

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

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

R = 27.89%
G = 24.9%
B = 47.21%

CMYK

 C value IS 0.41

 M value IS 0.47

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8C7DED (or 0x8C7DED) is known color: Light Slate Blue. HEX triplet: 8C, 7D and ED. RGB value is (140,125,237). Sum of RGB (Red+Green+Blue) = 140+125+237=502 (66% of max value = 765). Red value is 140 (55.08% from 255 or 27.89% from 502); Green value is 125 (49.22% from 255 or 24.90% from 502); Blue value is 237 (92.97% from 255 or 47.21% from 502); Max value from RGB is 237 - color contains mainly: blue. Hex color #8C7DED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C7DED is #738212. Grayscale: #8D8D8D. Windows color (decimal): -7569939 or 15564172. OLE color: 15564172.

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

Color convert

RGB 140 125 237 -
CMYK 0.41 0.47 0 0.07
HSL 248.04º 0.76% 0.71% -
HSV(B) 248.04º 0.47% 0.93% -
XYZ 33.43 26.36 83.45 -
YUV 142.25 181.47 126.39 -
System Red Green Blue C M Y K H S L
Decimal 140 125 237 0.41 0.47 0 0.07 248.04 0.76 0.71
Hex 8C 7D ED 29 2F 0 7 F8 4C 47
Octal 214 175 355 51 57 0 7 370 114 107
Binary 10001100 1111101 11101101 101001 101111 0 111 11111000 1001100 1000111

Color Harmonies of #8C7DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C7DED

Black with #8C7DED

Text Example


Text Example

White with #8C7DED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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