Html Css Color HEX #847BFE Light Slate Blue

📋 copy color: '#847BFE'

red 132 ◦ green 123 ◦ blue 254

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

Shades of Light Slate Blue #847BFE

Tints of Light Slate Blue #847BFE

RGB

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

 GREEN value IS 123 (48.44% from 255) = 24.17%

 BLUE value IS 254 (99.61% from 255) = 49.9%

R = 25.93%
G = 24.17%
B = 49.9%

CMYK

 C value IS 0.48

 M value IS 0.52

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#847BFE (or 0x847BFE) is known color: Light Slate Blue. HEX triplet: 84, 7B and FE. RGB value is (132,123,254). Sum of RGB (Red+Green+Blue) = 132+123+254=509 (67% of max value = 765). Red value is 132 (51.95% from 255 or 25.93% from 509); Green value is 123 (48.44% from 255 or 24.17% from 509); Blue value is 254 (99.61% from 255 or 49.90% from 509); Max value from RGB is 254 - color contains mainly: blue. Hex color #847BFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #847BFE is #7B8401. Grayscale: #8C8C8C. Windows color (decimal): -8094722 or 16677764. OLE color: 16677764.

HSL color Cylindrical-coordinate representation of color #847BFE: hue angle of 244.12º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #847BFE is Cyan = 0.48, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 132 123 254 -
CMYK 0.48 0.52 0 0.00
HSL 244.12º 0.98% 0.74% -
HSV(B) 244.12º 0.52% 1% -
XYZ 34.49 26.23 97.01 -
YUV 140.63 191.98 121.85 -
System Red Green Blue C M Y K H S L
Decimal 132 123 254 0.48 0.52 0 0.00 244.12 0.98 0.74
Hex 84 7B FE 30 34 0 0 F4 62 4A
Octal 204 173 376 60 64 0 0 364 142 112
Binary 10000100 1111011 11111110 110000 110100 0 0 11110100 1100010 1001010

Color Harmonies of #847BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #847BFE

Black with #847BFE

Text Example


Text Example

White with #847BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,123,254); }

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

background-color css

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

 a { background-color: rgb(132,123,254); }

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

border-color css

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

 span { border-color: rgb(132,123,254); }

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