Html Css Color HEX #847DF3 Light Slate Blue

📋 copy color: '#847DF3'

red 132 ◦ green 125 ◦ blue 243

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

Shades of Light Slate Blue #847DF3

Tints of Light Slate Blue #847DF3

RGB

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

 GREEN value IS 125 (49.22% from 255) = 25%

 BLUE value IS 243 (95.31% from 255) = 48.6%

R = 26.4%
G = 25%
B = 48.6%

CMYK

 C value IS 0.46

 M value IS 0.49

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#847DF3 (or 0x847DF3) is known color: Light Slate Blue. HEX triplet: 84, 7D and F3. RGB value is (132,125,243). Sum of RGB (Red+Green+Blue) = 132+125+243=500 (66% of max value = 765). Red value is 132 (51.95% from 255 or 26.4% from 500); Green value is 125 (49.22% from 255 or 25% from 500); Blue value is 243 (95.31% from 255 or 48.6% from 500); Max value from RGB is 243 - color contains mainly: blue. Hex color #847DF3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #847DF3 is #7B820C. Grayscale: #8C8C8C. Windows color (decimal): -8094221 or 15957380. OLE color: 15957380.

HSL color Cylindrical-coordinate representation of color #847DF3: hue angle of 243.56º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #847DF3 is Cyan = 0.46, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 132 125 243 -
CMYK 0.46 0.49 0 0.05
HSL 243.56º 0.83% 0.72% -
HSV(B) 243.56º 0.49% 0.95% -
XYZ 33.03 26.04 88.08 -
YUV 140.55 185.82 121.91 -
System Red Green Blue C M Y K H S L
Decimal 132 125 243 0.46 0.49 0 0.05 243.56 0.83 0.72
Hex 84 7D F3 2E 31 0 5 F4 53 48
Octal 204 175 363 56 61 0 5 364 123 110
Binary 10000100 1111101 11110011 101110 110001 0 101 11110100 1010011 1001000

Color Harmonies of #847DF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #847DF3

Black with #847DF3

Text Example


Text Example

White with #847DF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,125,243); }

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

background-color css

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

 a { background-color: rgb(132,125,243); }

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

border-color css

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

 span { border-color: rgb(132,125,243); }

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