Html Css Color HEX #8C71F7 Light Slate Blue

📋 copy color: '#8C71F7'

red 140 ◦ green 113 ◦ blue 247

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

Shades of Light Slate Blue #8C71F7

Tints of Light Slate Blue #8C71F7

RGB

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

 GREEN value IS 113 (44.53% from 255) = 22.6%

 BLUE value IS 247 (96.88% from 255) = 49.4%

R = 28%
G = 22.6%
B = 49.4%

CMYK

 C value IS 0.43

 M value IS 0.54

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#8C71F7 (or 0x8C71F7) is known color: Light Slate Blue. HEX triplet: 8C, 71 and F7. RGB value is (140,113,247). Sum of RGB (Red+Green+Blue) = 140+113+247=500 (66% of max value = 765). Red value is 140 (55.08% from 255 or 28% from 500); Green value is 113 (44.53% from 255 or 22.6% from 500); Blue value is 247 (96.88% from 255 or 49.4% from 500); Max value from RGB is 247 - color contains mainly: blue. Hex color #8C71F7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C71F7 is #738E08. Grayscale: #878787. Windows color (decimal): -7573001 or 16216460. OLE color: 16216460.

HSL color Cylindrical-coordinate representation of color #8C71F7: hue angle of 252.09º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8C71F7 is Cyan = 0.43, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 140 113 247 -
CMYK 0.43 0.54 0 0.03
HSL 252.09º 0.89% 0.71% -
HSV(B) 252.09º 0.54% 0.97% -
XYZ 33.51 24.1 90.88 -
YUV 136.35 190.45 130.6 -
System Red Green Blue C M Y K H S L
Decimal 140 113 247 0.43 0.54 0 0.03 252.09 0.89 0.71
Hex 8C 71 F7 2B 36 0 3 FC 59 47
Octal 214 161 367 53 66 0 3 374 131 107
Binary 10001100 1110001 11110111 101011 110110 0 11 11111100 1011001 1000111

Color Harmonies of #8C71F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C71F7

Black with #8C71F7

Text Example


Text Example

White with #8C71F7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,113,247); }

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

background-color css

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

 a { background-color: rgb(140,113,247); }

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

border-color css

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

 span { border-color: rgb(140,113,247); }

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