Html Css Color HEX #8C87F7 Light Slate Blue

📋 copy color: '#8C87F7'

red 140 ◦ green 135 ◦ blue 247

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

Shades of Light Slate Blue #8C87F7

Tints of Light Slate Blue #8C87F7

RGB

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

 GREEN value IS 135 (53.13% from 255) = 25.86%

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

R = 26.82%
G = 25.86%
B = 47.32%

CMYK

 C value IS 0.43

 M value IS 0.45

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#8C87F7 (or 0x8C87F7) is known color: Light Slate Blue. HEX triplet: 8C, 87 and F7. RGB value is (140,135,247). Sum of RGB (Red+Green+Blue) = 140+135+247=522 (69% of max value = 765). Red value is 140 (55.08% from 255 or 26.82% from 522); Green value is 135 (53.12% from 255 or 25.86% from 522); Blue value is 247 (96.88% from 255 or 47.32% from 522); Max value from RGB is 247 - color contains mainly: blue. Hex color #8C87F7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8C87F7 is #737808. Grayscale: #949494. Windows color (decimal): -7567369 or 16222092. OLE color: 16222092.

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

Color convert

RGB 140 135 247 -
CMYK 0.43 0.45 0 0.03
HSL 242.68º 0.88% 0.75% -
HSV(B) 242.68º 0.45% 0.97% -
XYZ 36.27 29.62 91.8 -
YUV 149.26 183.16 121.39 -
System Red Green Blue C M Y K H S L
Decimal 140 135 247 0.43 0.45 0 0.03 242.68 0.88 0.75
Hex 8C 87 F7 2B 2D 0 3 F3 58 4B
Octal 214 207 367 53 55 0 3 363 130 113
Binary 10001100 10000111 11110111 101011 101101 0 11 11110011 1011000 1001011

Color Harmonies of #8C87F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C87F7

Black with #8C87F7

Text Example


Text Example

White with #8C87F7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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