Html Css Color HEX #847FFF Light Slate Blue

📋 copy color: '#847FFF'

red 132 ◦ green 127 ◦ blue 255

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

Shades of Light Slate Blue #847FFF

Tints of Light Slate Blue #847FFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 49.61%

R = 25.68%
G = 24.71%
B = 49.61%

CMYK

 C value IS 0.48

 M value IS 0.50

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#847FFF (or 0x847FFF) is known color: Light Slate Blue. HEX triplet: 84, 7F and FF. RGB value is (132,127,255). Sum of RGB (Red+Green+Blue) = 132+127+255=514 (68% of max value = 765). Red value is 132 (51.95% from 255 or 25.68% from 514); Green value is 127 (50% from 255 or 24.71% from 514); Blue value is 255 (100% from 255 or 49.61% from 514); Max value from RGB is 255 - color contains mainly: blue. Hex color #847FFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #847FFF is #7B8000. Grayscale: #8E8E8E. Windows color (decimal): -8093697 or 16744324. OLE color: 16744324.

HSL color Cylindrical-coordinate representation of color #847FFF: hue angle of 242.34º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #847FFF is Cyan = 0.48, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 132 127 255 -
CMYK 0.48 0.50 0 0
HSL 242.34º 1% 0.75% -
HSV(B) 242.34º 0.5% 1% -
XYZ 35.16 27.3 98.03 -
YUV 143.09 191.16 120.09 -
System Red Green Blue C M Y K H S L
Decimal 132 127 255 0.48 0.50 0 0 242.34 1 0.75
Hex 84 7F FF 30 32 0 0 F2 64 4B
Octal 204 177 377 60 62 0 0 362 144 113
Binary 10000100 1111111 11111111 110000 110010 0 0 11110010 1100100 1001011

Color Harmonies of #847FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #847FFF

Black with #847FFF

Text Example


Text Example

White with #847FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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