Html Css Color HEX #8771FA Light Slate Blue

📋 copy color: '#8771FA'

red 135 ◦ green 113 ◦ blue 250

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

Shades of Light Slate Blue #8771FA

Tints of Light Slate Blue #8771FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 50.2%

R = 27.11%
G = 22.69%
B = 50.2%

CMYK

 C value IS 0.46

 M value IS 0.55

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8771FA (or 0x8771FA) is known color: Light Slate Blue. HEX triplet: 87, 71 and FA. RGB value is (135,113,250). Sum of RGB (Red+Green+Blue) = 135+113+250=498 (65% of max value = 765). Red value is 135 (53.12% from 255 or 27.11% from 498); Green value is 113 (44.53% from 255 or 22.69% from 498); Blue value is 250 (98.05% from 255 or 50.20% from 498); Max value from RGB is 250 - color contains mainly: blue. Hex color #8771FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8771FA is #788E05. Grayscale: #868686. Windows color (decimal): -7900678 or 16413063. OLE color: 16413063.

HSL color Cylindrical-coordinate representation of color #8771FA: hue angle of 249.64º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8771FA is Cyan = 0.46, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 135 113 250 -
CMYK 0.46 0.55 0 0.02
HSL 249.64º 0.93% 0.71% -
HSV(B) 249.64º 0.55% 0.98% -
XYZ 33.15 23.86 93.3 -
YUV 135.2 192.79 127.86 -
System Red Green Blue C M Y K H S L
Decimal 135 113 250 0.46 0.55 0 0.02 249.64 0.93 0.71
Hex 87 71 FA 2E 37 0 2 FA 5D 47
Octal 207 161 372 56 67 0 2 372 135 107
Binary 10000111 1110001 11111010 101110 110111 0 10 11111010 1011101 1000111

Color Harmonies of #8771FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8771FA

Black with #8771FA

Text Example


Text Example

White with #8771FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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