Html Css Color HEX #847FF1 Light Slate Blue

📋 copy color: '#847FF1'

red 132 ◦ green 127 ◦ blue 241

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

Shades of Light Slate Blue #847FF1

Tints of Light Slate Blue #847FF1

RGB

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

 GREEN value IS 127 (50% from 255) = 25.4%

 BLUE value IS 241 (94.53% from 255) = 48.2%

R = 26.4%
G = 25.4%
B = 48.2%

CMYK

 C value IS 0.45

 M value IS 0.47

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#847FF1 (or 0x847FF1) is known color: Light Slate Blue. HEX triplet: 84, 7F and F1. RGB value is (132,127,241). Sum of RGB (Red+Green+Blue) = 132+127+241=500 (66% of max value = 765). Red value is 132 (51.95% from 255 or 26.4% from 500); Green value is 127 (50% from 255 or 25.4% from 500); Blue value is 241 (94.53% from 255 or 48.2% from 500); Max value from RGB is 241 - color contains mainly: blue. Hex color #847FF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #847FF1 is #7B800E. Grayscale: #8D8D8D. Windows color (decimal): -8093711 or 15826820. OLE color: 15826820.

HSL color Cylindrical-coordinate representation of color #847FF1: hue angle of 242.63º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #847FF1 is Cyan = 0.45, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 132 127 241 -
CMYK 0.45 0.47 0 0.05
HSL 242.63º 0.8% 0.72% -
HSV(B) 242.63º 0.47% 0.95% -
XYZ 32.98 26.44 86.58 -
YUV 141.49 184.16 121.23 -
System Red Green Blue C M Y K H S L
Decimal 132 127 241 0.45 0.47 0 0.05 242.63 0.8 0.72
Hex 84 7F F1 2D 2F 0 5 F3 50 48
Octal 204 177 361 55 57 0 5 363 120 110
Binary 10000100 1111111 11110001 101101 101111 0 101 11110011 1010000 1001000

Color Harmonies of #847FF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #847FF1

Black with #847FF1

Text Example


Text Example

White with #847FF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #847FF1; }

 p { color: rgb(132,127,241); }

 H1.HeaderClassName
 {
   color: #847FF1;
 }
 .AnyTagClassName
 {
   color: #847FF1;
 }
</style>

background-color css

<style>
 a { background-color: #847FF1; }

 a { background-color: rgb(132,127,241); }

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

border-color css

<style>
 span { border-color: #847FF1; }

 span { border-color: rgb(132,127,241); }

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