Html Css Color HEX #8771FF Light Slate Blue

📋 copy color: '#8771FF'

red 135 ◦ green 113 ◦ blue 255

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

Shades of Light Slate Blue #8771FF

Tints of Light Slate Blue #8771FF

RGB

 RED value IS 135 (53.13% from 255) = 26.84%

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

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

R = 26.84%
G = 22.47%
B = 50.7%

CMYK

 C value IS 0.47

 M value IS 0.56

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8771FF (or 0x8771FF) is known color: Light Slate Blue. HEX triplet: 87, 71 and FF. RGB value is (135,113,255). Sum of RGB (Red+Green+Blue) = 135+113+255=503 (66% of max value = 765). Red value is 135 (53.12% from 255 or 26.84% from 503); Green value is 113 (44.53% from 255 or 22.47% from 503); Blue value is 255 (100% from 255 or 50.70% from 503); Max value from RGB is 255 - color contains mainly: blue. Hex color #8771FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8771FF is #788E00. Grayscale: #878787. Windows color (decimal): -7900673 or 16740743. OLE color: 16740743.

HSL color Cylindrical-coordinate representation of color #8771FF: hue angle of 249.3º 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 #8771FF is Cyan = 0.47, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 135 113 255 -
CMYK 0.47 0.56 0 0
HSL 249.3º 1% 0.72% -
HSV(B) 249.3º 0.56% 1% -
XYZ 33.95 24.18 97.49 -
YUV 135.77 195.29 127.45 -
System Red Green Blue C M Y K H S L
Decimal 135 113 255 0.47 0.56 0 0 249.3 1 0.72
Hex 87 71 FF 2F 38 0 0 F9 64 48
Octal 207 161 377 57 70 0 0 371 144 110
Binary 10000111 1110001 11111111 101111 111000 0 0 11111001 1100100 1001000

Color Harmonies of #8771FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8771FF

Black with #8771FF

Text Example


Text Example

White with #8771FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8771FF; }

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

 H1.HeaderClassName
 {
   color: #8771FF;
 }
 .AnyTagClassName
 {
   color: #8771FF;
 }
</style>

background-color css

<style>
 a { background-color: #8771FF; }

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

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

border-color css

<style>
 span { border-color: #8771FF; }

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

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