Html Css Color HEX #8C7AFF Light Slate Blue

📋 copy color: '#8C7AFF'

red 140 ◦ green 122 ◦ blue 255

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

Shades of Light Slate Blue #8C7AFF

Tints of Light Slate Blue #8C7AFF

RGB

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

 GREEN value IS 122 (48.05% from 255) = 23.6%

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

R = 27.08%
G = 23.6%
B = 49.32%

CMYK

 C value IS 0.45

 M value IS 0.52

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8C7AFF (or 0x8C7AFF) is known color: Light Slate Blue. HEX triplet: 8C, 7A and FF. RGB value is (140,122,255). Sum of RGB (Red+Green+Blue) = 140+122+255=517 (68% of max value = 765). Red value is 140 (55.08% from 255 or 27.08% from 517); Green value is 122 (48.05% from 255 or 23.60% from 517); Blue value is 255 (100% from 255 or 49.32% from 517); Max value from RGB is 255 - color contains mainly: blue. Hex color #8C7AFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C7AFF is #738500. Grayscale: #8E8E8E. Windows color (decimal): -7570689 or 16743052. OLE color: 16743052.

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

Color convert

RGB 140 122 255 -
CMYK 0.45 0.52 0 0
HSL 248.12º 1% 0.74% -
HSV(B) 248.12º 0.52% 1% -
XYZ 35.82 26.71 97.88 -
YUV 142.54 191.46 126.19 -
System Red Green Blue C M Y K H S L
Decimal 140 122 255 0.45 0.52 0 0 248.12 1 0.74
Hex 8C 7A FF 2D 34 0 0 F8 64 4A
Octal 214 172 377 55 64 0 0 370 144 112
Binary 10001100 1111010 11111111 101101 110100 0 0 11111000 1100100 1001010

Color Harmonies of #8C7AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C7AFF

Black with #8C7AFF

Text Example


Text Example

White with #8C7AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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