Html Css Color HEX #8C7FF1 Light Slate Blue

📋 copy color: '#8C7FF1'

red 140 ◦ green 127 ◦ blue 241

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

Shades of Light Slate Blue #8C7FF1

Tints of Light Slate Blue #8C7FF1

RGB

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

 GREEN value IS 127 (50% from 255) = 25%

 BLUE value IS 241 (94.53% from 255) = 47.44%

R = 27.56%
G = 25%
B = 47.44%

CMYK

 C value IS 0.42

 M value IS 0.47

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#8C7FF1 (or 0x8C7FF1) is known color: Light Slate Blue. HEX triplet: 8C, 7F and F1. RGB value is (140,127,241). Sum of RGB (Red+Green+Blue) = 140+127+241=508 (67% of max value = 765). Red value is 140 (55.08% from 255 or 27.56% from 508); Green value is 127 (50% from 255 or 25% from 508); Blue value is 241 (94.53% from 255 or 47.44% from 508); Max value from RGB is 241 - color contains mainly: blue. Hex color #8C7FF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C7FF1 is #73800E. Grayscale: #8F8F8F. Windows color (decimal): -7569423 or 15826828. OLE color: 15826828.

HSL color Cylindrical-coordinate representation of color #8C7FF1: hue angle of 246.84º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8C7FF1 is Cyan = 0.42, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 140 127 241 -
CMYK 0.42 0.47 0 0.05
HSL 246.84º 0.8% 0.72% -
HSV(B) 246.84º 0.47% 0.95% -
XYZ 34.28 27.11 86.64 -
YUV 143.88 182.81 125.23 -
System Red Green Blue C M Y K H S L
Decimal 140 127 241 0.42 0.47 0 0.05 246.84 0.8 0.72
Hex 8C 7F F1 2A 2F 0 5 F7 50 48
Octal 214 177 361 52 57 0 5 367 120 110
Binary 10001100 1111111 11110001 101010 101111 0 101 11110111 1010000 1001000

Color Harmonies of #8C7FF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C7FF1

Black with #8C7FF1

Text Example


Text Example

White with #8C7FF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,127,241); }

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

background-color css

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

 a { background-color: rgb(140,127,241); }

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

border-color css

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

 span { border-color: rgb(140,127,241); }

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