Html Css Color HEX #8C78FF Light Slate Blue

📋 copy color: '#8C78FF'

red 140 ◦ green 120 ◦ blue 255

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

Shades of Light Slate Blue #8C78FF

Tints of Light Slate Blue #8C78FF

RGB

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

 GREEN value IS 120 (47.27% from 255) = 23.3%

 BLUE value IS 255 (100% from 255) = 49.51%

R = 27.18%
G = 23.3%
B = 49.51%

CMYK

 C value IS 0.45

 M value IS 0.53

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8C78FF (or 0x8C78FF) is known color: Light Slate Blue. HEX triplet: 8C, 78 and FF. RGB value is (140,120,255). Sum of RGB (Red+Green+Blue) = 140+120+255=515 (68% of max value = 765). Red value is 140 (55.08% from 255 or 27.18% from 515); Green value is 120 (47.27% from 255 or 23.30% from 515); Blue value is 255 (100% from 255 or 49.51% from 515); Max value from RGB is 255 - color contains mainly: blue. Hex color #8C78FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C78FF is #738700. Grayscale: #8C8C8C. Windows color (decimal): -7571201 or 16742540. OLE color: 16742540.

HSL color Cylindrical-coordinate representation of color #8C78FF: hue angle of 248.89º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8C78FF is Cyan = 0.45, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 140 120 255 -
CMYK 0.45 0.53 0 0
HSL 248.89º 1% 0.74% -
HSV(B) 248.89º 0.53% 1% -
XYZ 35.58 26.23 97.79 -
YUV 141.37 192.13 127.02 -
System Red Green Blue C M Y K H S L
Decimal 140 120 255 0.45 0.53 0 0 248.89 1 0.74
Hex 8C 78 FF 2D 35 0 0 F9 64 4A
Octal 214 170 377 55 65 0 0 371 144 112
Binary 10001100 1111000 11111111 101101 110101 0 0 11111001 1100100 1001010

Color Harmonies of #8C78FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C78FF

Black with #8C78FF

Text Example


Text Example

White with #8C78FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,120,255); }

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

background-color css

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

 a { background-color: rgb(140,120,255); }

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

border-color css

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

 span { border-color: rgb(140,120,255); }

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