Html Css Color HEX #8484EC Light Slate Blue

📋 copy color: '#8484EC'

red 132 ◦ green 132 ◦ blue 236

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

Shades of Light Slate Blue #8484EC

Tints of Light Slate Blue #8484EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 47.2%

R = 26.4%
G = 26.4%
B = 47.2%

CMYK

 C value IS 0.44

 M value IS 0.44

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8484EC (or 0x8484EC) is known color: Light Slate Blue. HEX triplet: 84, 84 and EC. RGB value is (132,132,236). Sum of RGB (Red+Green+Blue) = 132+132+236=500 (66% of max value = 765). Red value is 132 (51.95% from 255 or 26.4% from 500); Green value is 132 (51.95% from 255 or 26.4% from 500); Blue value is 236 (92.58% from 255 or 47.2% from 500); Max value from RGB is 236 - color contains mainly: blue. Hex color #8484EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8484EC is #7B7B13. Grayscale: #8F8F8F. Windows color (decimal): -8092436 or 15500420. OLE color: 15500420.

HSL color Cylindrical-coordinate representation of color #8484EC: hue angle of 240º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8484EC is Cyan = 0.44, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 132 132 236 -
CMYK 0.44 0.44 0 0.07
HSL 240º 0.73% 0.72% -
HSV(B) 240º 0.44% 0.93% -
XYZ 32.91 27.46 82.92 -
YUV 143.86 180 119.54 -
System Red Green Blue C M Y K H S L
Decimal 132 132 236 0.44 0.44 0 0.07 240 0.73 0.72
Hex 84 84 EC 2C 2C 0 7 F0 49 48
Octal 204 204 354 54 54 0 7 360 111 110
Binary 10000100 10000100 11101100 101100 101100 0 111 11110000 1001001 1001000

Color Harmonies of #8484EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8484EC

Black with #8484EC

Text Example


Text Example

White with #8484EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8484EC; }

 p { color: rgb(132,132,236); }

 H1.HeaderClassName
 {
   color: #8484EC;
 }
 .AnyTagClassName
 {
   color: #8484EC;
 }
</style>

background-color css

<style>
 a { background-color: #8484EC; }

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

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

border-color css

<style>
 span { border-color: #8484EC; }

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

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