Html Css Color HEX #847DF2 Light Slate Blue

📋 copy color: '#847DF2'

red 132 ◦ green 125 ◦ blue 242

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

Shades of Light Slate Blue #847DF2

Tints of Light Slate Blue #847DF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 48.5%

R = 26.45%
G = 25.05%
B = 48.5%

CMYK

 C value IS 0.45

 M value IS 0.48

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#847DF2 (or 0x847DF2) is known color: Light Slate Blue. HEX triplet: 84, 7D and F2. RGB value is (132,125,242). Sum of RGB (Red+Green+Blue) = 132+125+242=499 (66% of max value = 765). Red value is 132 (51.95% from 255 or 26.45% from 499); Green value is 125 (49.22% from 255 or 25.05% from 499); Blue value is 242 (94.92% from 255 or 48.50% from 499); Max value from RGB is 242 - color contains mainly: blue. Hex color #847DF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #847DF2 is #7B820D. Grayscale: #8B8B8B. Windows color (decimal): -8094222 or 15891844. OLE color: 15891844.

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

Color convert

RGB 132 125 242 -
CMYK 0.45 0.48 0 0.05
HSL 243.59º 0.82% 0.72% -
HSV(B) 243.59º 0.48% 0.95% -
XYZ 32.88 25.98 87.29 -
YUV 140.43 185.32 121.99 -
System Red Green Blue C M Y K H S L
Decimal 132 125 242 0.45 0.48 0 0.05 243.59 0.82 0.72
Hex 84 7D F2 2D 30 0 5 F4 52 48
Octal 204 175 362 55 60 0 5 364 122 110
Binary 10000100 1111101 11110010 101101 110000 0 101 11110100 1010010 1001000

Color Harmonies of #847DF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #847DF2

Black with #847DF2

Text Example


Text Example

White with #847DF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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