Html Css Color HEX #8471F2 Light Slate Blue

📋 copy color: '#8471F2'

red 132 ◦ green 113 ◦ blue 242

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

Shades of Light Slate Blue #8471F2

Tints of Light Slate Blue #8471F2

RGB

 RED value IS 132 (51.95% from 255) = 27.1%

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

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

R = 27.1%
G = 23.2%
B = 49.69%

CMYK

 C value IS 0.45

 M value IS 0.53

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#8471F2 (or 0x8471F2) is known color: Light Slate Blue. HEX triplet: 84, 71 and F2. RGB value is (132,113,242). Sum of RGB (Red+Green+Blue) = 132+113+242=487 (64% of max value = 765). Red value is 132 (51.95% from 255 or 27.10% from 487); Green value is 113 (44.53% from 255 or 23.20% from 487); Blue value is 242 (94.92% from 255 or 49.69% from 487); Max value from RGB is 242 - color contains mainly: blue. Hex color #8471F2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8471F2 is #7B8E0D. Grayscale: #848484. Windows color (decimal): -8097294 or 15888772. OLE color: 15888772.

HSL color Cylindrical-coordinate representation of color #8471F2: hue angle of 248.84º 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 #8471F2 is Cyan = 0.45, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 132 113 242 -
CMYK 0.45 0.53 0 0.05
HSL 248.84º 0.83% 0.7% -
HSV(B) 248.84º 0.53% 0.95% -
XYZ 31.45 23.13 86.81 -
YUV 133.39 189.29 127.01 -
System Red Green Blue C M Y K H S L
Decimal 132 113 242 0.45 0.53 0 0.05 248.84 0.83 0.7
Hex 84 71 F2 2D 35 0 5 F9 53 46
Octal 204 161 362 55 65 0 5 371 123 106
Binary 10000100 1110001 11110010 101101 110101 0 101 11111001 1010011 1000110

Color Harmonies of #8471F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8471F2

Black with #8471F2

Text Example


Text Example

White with #8471F2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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