Html Css Color HEX #8771FE Light Slate Blue

📋 copy color: '#8771FE'

red 135 ◦ green 113 ◦ blue 254

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

Shades of Light Slate Blue #8771FE

Tints of Light Slate Blue #8771FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 50.6%

R = 26.89%
G = 22.51%
B = 50.6%

CMYK

 C value IS 0.47

 M value IS 0.56

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#8771FE (or 0x8771FE) is known color: Light Slate Blue. HEX triplet: 87, 71 and FE. RGB value is (135,113,254). Sum of RGB (Red+Green+Blue) = 135+113+254=502 (66% of max value = 765). Red value is 135 (53.12% from 255 or 26.89% from 502); Green value is 113 (44.53% from 255 or 22.51% from 502); Blue value is 254 (99.61% from 255 or 50.60% from 502); Max value from RGB is 254 - color contains mainly: blue. Hex color #8771FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8771FE is #788E01. Grayscale: #878787. Windows color (decimal): -7900674 or 16675207. OLE color: 16675207.

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

Color convert

RGB 135 113 254 -
CMYK 0.47 0.56 0 0.00
HSL 249.36º 0.99% 0.72% -
HSV(B) 249.36º 0.56% 1% -
XYZ 33.79 24.12 96.64 -
YUV 135.65 194.79 127.54 -
System Red Green Blue C M Y K H S L
Decimal 135 113 254 0.47 0.56 0 0.00 249.36 0.99 0.72
Hex 87 71 FE 2F 38 0 0 F9 63 48
Octal 207 161 376 57 70 0 0 371 143 110
Binary 10000111 1110001 11111110 101111 111000 0 0 11111001 1100011 1001000

Color Harmonies of #8771FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8771FE

Black with #8771FE

Text Example


Text Example

White with #8771FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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