Html Css Color HEX #8484EF Light Slate Blue

📋 copy color: '#8484EF'

red 132 ◦ green 132 ◦ blue 239

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

Shades of Light Slate Blue #8484EF

Tints of Light Slate Blue #8484EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 47.51%

R = 26.24%
G = 26.24%
B = 47.51%

CMYK

 C value IS 0.45

 M value IS 0.45

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#8484EF (or 0x8484EF) is known color: Light Slate Blue. HEX triplet: 84, 84 and EF. RGB value is (132,132,239). Sum of RGB (Red+Green+Blue) = 132+132+239=503 (66% of max value = 765). Red value is 132 (51.95% from 255 or 26.24% from 503); Green value is 132 (51.95% from 255 or 26.24% from 503); Blue value is 239 (93.75% from 255 or 47.51% from 503); Max value from RGB is 239 - color contains mainly: blue. Hex color #8484EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8484EF is #7B7B10. Grayscale: #8F8F8F. Windows color (decimal): -8092433 or 15697028. OLE color: 15697028.

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

Color convert

RGB 132 132 239 -
CMYK 0.45 0.45 0 0.06
HSL 240º 0.77% 0.73% -
HSV(B) 240º 0.45% 0.94% -
XYZ 33.35 27.64 85.24 -
YUV 144.2 181.5 119.3 -
System Red Green Blue C M Y K H S L
Decimal 132 132 239 0.45 0.45 0 0.06 240 0.77 0.73
Hex 84 84 EF 2D 2D 0 6 F0 4D 49
Octal 204 204 357 55 55 0 6 360 115 111
Binary 10000100 10000100 11101111 101101 101101 0 110 11110000 1001101 1001001

Color Harmonies of #8484EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8484EF

Black with #8484EF

Text Example


Text Example

White with #8484EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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