Html Css Color HEX #847FEF Light Slate Blue

📋 copy color: '#847FEF'

red 132 ◦ green 127 ◦ blue 239

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

Shades of Light Slate Blue #847FEF

Tints of Light Slate Blue #847FEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 47.99%

R = 26.51%
G = 25.5%
B = 47.99%

CMYK

 C value IS 0.45

 M value IS 0.47

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#847FEF (or 0x847FEF) is known color: Light Slate Blue. HEX triplet: 84, 7F and EF. RGB value is (132,127,239). Sum of RGB (Red+Green+Blue) = 132+127+239=498 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.51% from 498); Green value is 127 (50% from 255 or 25.50% from 498); Blue value is 239 (93.75% from 255 or 47.99% from 498); Max value from RGB is 239 - color contains mainly: blue. Hex color #847FEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #847FEF is #7B8010. Grayscale: #8C8C8C. Windows color (decimal): -8093713 or 15695748. OLE color: 15695748.

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

Color convert

RGB 132 127 239 -
CMYK 0.45 0.47 0 0.06
HSL 242.68º 0.78% 0.72% -
HSV(B) 242.68º 0.47% 0.94% -
XYZ 32.69 26.32 85.02 -
YUV 141.26 183.16 121.39 -
System Red Green Blue C M Y K H S L
Decimal 132 127 239 0.45 0.47 0 0.06 242.68 0.78 0.72
Hex 84 7F EF 2D 2F 0 6 F3 4E 48
Octal 204 177 357 55 57 0 6 363 116 110
Binary 10000100 1111111 11101111 101101 101111 0 110 11110011 1001110 1001000

Color Harmonies of #847FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #847FEF

Black with #847FEF

Text Example


Text Example

White with #847FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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