Html Css Color HEX #8771F2 Light Slate Blue

📋 copy color: '#8771F2'

red 135 ◦ green 113 ◦ blue 242

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

Shades of Light Slate Blue #8771F2

Tints of Light Slate Blue #8771F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 49.39%

R = 27.55%
G = 23.06%
B = 49.39%

CMYK

 C value IS 0.44

 M value IS 0.53

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#8771F2 (or 0x8771F2) is known color: Light Slate Blue. HEX triplet: 87, 71 and F2. RGB value is (135,113,242). Sum of RGB (Red+Green+Blue) = 135+113+242=490 (64% of max value = 765). Red value is 135 (53.12% from 255 or 27.55% from 490); Green value is 113 (44.53% from 255 or 23.06% from 490); Blue value is 242 (94.92% from 255 or 49.39% from 490); Max value from RGB is 242 - color contains mainly: blue. Hex color #8771F2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8771F2 is #788E0D. Grayscale: #858585. Windows color (decimal): -7900686 or 15888775. OLE color: 15888775.

HSL color Cylindrical-coordinate representation of color #8771F2: hue angle of 250.23º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8771F2 is Cyan = 0.44, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 135 113 242 -
CMYK 0.44 0.53 0 0.05
HSL 250.23º 0.83% 0.7% -
HSV(B) 250.23º 0.53% 0.95% -
XYZ 31.92 23.37 86.83 -
YUV 134.28 188.79 128.51 -
System Red Green Blue C M Y K H S L
Decimal 135 113 242 0.44 0.53 0 0.05 250.23 0.83 0.7
Hex 87 71 F2 2C 35 0 5 FA 53 46
Octal 207 161 362 54 65 0 5 372 123 106
Binary 10000111 1110001 11110010 101100 110101 0 101 11111010 1010011 1000110

Color Harmonies of #8771F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8771F2

Black with #8771F2

Text Example


Text Example

White with #8771F2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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