Html Css Color HEX #8C71FF Light Slate Blue

📋 copy color: '#8C71FF'

red 140 ◦ green 113 ◦ blue 255

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

Shades of Light Slate Blue #8C71FF

Tints of Light Slate Blue #8C71FF

RGB

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

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

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

R = 27.56%
G = 22.24%
B = 50.2%

CMYK

 C value IS 0.45

 M value IS 0.56

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8C71FF (or 0x8C71FF) is known color: Light Slate Blue. HEX triplet: 8C, 71 and FF. RGB value is (140,113,255). Sum of RGB (Red+Green+Blue) = 140+113+255=508 (67% of max value = 765). Red value is 140 (55.08% from 255 or 27.56% from 508); Green value is 113 (44.53% from 255 or 22.24% from 508); Blue value is 255 (100% from 255 or 50.20% from 508); Max value from RGB is 255 - color contains mainly: blue. Hex color #8C71FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C71FF is #738E00. Grayscale: #888888. Windows color (decimal): -7572993 or 16740748. OLE color: 16740748.

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

Color convert

RGB 140 113 255 -
CMYK 0.45 0.56 0 0
HSL 251.41º 1% 0.72% -
HSV(B) 251.41º 0.56% 1% -
XYZ 34.77 24.61 97.52 -
YUV 137.26 194.45 129.95 -
System Red Green Blue C M Y K H S L
Decimal 140 113 255 0.45 0.56 0 0 251.41 1 0.72
Hex 8C 71 FF 2D 38 0 0 FB 64 48
Octal 214 161 377 55 70 0 0 373 144 110
Binary 10001100 1110001 11111111 101101 111000 0 0 11111011 1100100 1001000

Color Harmonies of #8C71FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C71FF

Black with #8C71FF

Text Example


Text Example

White with #8C71FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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