Html Css Color HEX #847CFB Light Slate Blue

📋 copy color: '#847CFB'

red 132 ◦ green 124 ◦ blue 251

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

Shades of Light Slate Blue #847CFB

Tints of Light Slate Blue #847CFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 49.51%

R = 26.04%
G = 24.46%
B = 49.51%

CMYK

 C value IS 0.47

 M value IS 0.51

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#847CFB (or 0x847CFB) is known color: Light Slate Blue. HEX triplet: 84, 7C and FB. RGB value is (132,124,251). Sum of RGB (Red+Green+Blue) = 132+124+251=507 (67% of max value = 765). Red value is 132 (51.95% from 255 or 26.04% from 507); Green value is 124 (48.83% from 255 or 24.46% from 507); Blue value is 251 (98.44% from 255 or 49.51% from 507); Max value from RGB is 251 - color contains mainly: blue. Hex color #847CFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #847CFB is #7B8304. Grayscale: #8C8C8C. Windows color (decimal): -8094469 or 16481412. OLE color: 16481412.

HSL color Cylindrical-coordinate representation of color #847CFB: hue angle of 243.78º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #847CFB is Cyan = 0.47, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 132 124 251 -
CMYK 0.47 0.51 0 0.02
HSL 243.78º 0.94% 0.74% -
HSV(B) 243.78º 0.51% 0.98% -
XYZ 34.14 26.29 94.54 -
YUV 140.87 190.15 121.67 -
System Red Green Blue C M Y K H S L
Decimal 132 124 251 0.47 0.51 0 0.02 243.78 0.94 0.74
Hex 84 7C FB 2F 33 0 2 F4 5E 4A
Octal 204 174 373 57 63 0 2 364 136 112
Binary 10000100 1111100 11111011 101111 110011 0 10 11110100 1011110 1001010

Color Harmonies of #847CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #847CFB

Black with #847CFB

Text Example


Text Example

White with #847CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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