Html Css Color HEX #847CEF Light Slate Blue

📋 copy color: '#847CEF'

red 132 ◦ green 124 ◦ blue 239

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

Shades of Light Slate Blue #847CEF

Tints of Light Slate Blue #847CEF

RGB

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

 GREEN value IS 124 (48.83% from 255) = 25.05%

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

R = 26.67%
G = 25.05%
B = 48.28%

CMYK

 C value IS 0.45

 M value IS 0.48

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#847CEF (or 0x847CEF) is known color: Light Slate Blue. HEX triplet: 84, 7C and EF. RGB value is (132,124,239). Sum of RGB (Red+Green+Blue) = 132+124+239=495 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.67% from 495); Green value is 124 (48.83% from 255 or 25.05% from 495); Blue value is 239 (93.75% from 255 or 48.28% from 495); Max value from RGB is 239 - color contains mainly: blue. Hex color #847CEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #847CEF is #7B8310. Grayscale: #8B8B8B. Windows color (decimal): -8094481 or 15694980. OLE color: 15694980.

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

Color convert

RGB 132 124 239 -
CMYK 0.45 0.48 0 0.06
HSL 244.17º 0.78% 0.71% -
HSV(B) 244.17º 0.48% 0.94% -
XYZ 32.3 25.55 84.89 -
YUV 139.5 184.15 122.65 -
System Red Green Blue C M Y K H S L
Decimal 132 124 239 0.45 0.48 0 0.06 244.17 0.78 0.71
Hex 84 7C EF 2D 30 0 6 F4 4E 47
Octal 204 174 357 55 60 0 6 364 116 107
Binary 10000100 1111100 11101111 101101 110000 0 110 11110100 1001110 1000111

Color Harmonies of #847CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #847CEF

Black with #847CEF

Text Example


Text Example

White with #847CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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