Html Css Color HEX #8B84EC Light Slate Blue

📋 copy color: '#8B84EC'

red 139 ◦ green 132 ◦ blue 236

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

Shades of Light Slate Blue #8B84EC

Tints of Light Slate Blue #8B84EC

RGB

 RED value IS 139 (54.69% from 255) = 27.42%

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

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

R = 27.42%
G = 26.04%
B = 46.55%

CMYK

 C value IS 0.41

 M value IS 0.44

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8B84EC (or 0x8B84EC) is known color: Light Slate Blue. HEX triplet: 8B, 84 and EC. RGB value is (139,132,236). Sum of RGB (Red+Green+Blue) = 139+132+236=507 (67% of max value = 765). Red value is 139 (54.69% from 255 or 27.42% from 507); Green value is 132 (51.95% from 255 or 26.04% from 507); Blue value is 236 (92.58% from 255 or 46.55% from 507); Max value from RGB is 236 - color contains mainly: blue. Hex color #8B84EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8B84EC is #747B13. Grayscale: #919191. Windows color (decimal): -7633684 or 15500427. OLE color: 15500427.

HSL color Cylindrical-coordinate representation of color #8B84EC: hue angle of 244.04º 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 #8B84EC is Cyan = 0.41, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 139 132 236 -
CMYK 0.41 0.44 0 0.07
HSL 244.04º 0.73% 0.72% -
HSV(B) 244.04º 0.44% 0.93% -
XYZ 34.04 28.05 82.98 -
YUV 145.95 178.82 123.04 -
System Red Green Blue C M Y K H S L
Decimal 139 132 236 0.41 0.44 0 0.07 244.04 0.73 0.72
Hex 8B 84 EC 29 2C 0 7 F4 49 48
Octal 213 204 354 51 54 0 7 364 111 110
Binary 10001011 10000100 11101100 101001 101100 0 111 11110100 1001001 1001000

Color Harmonies of #8B84EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B84EC

Black with #8B84EC

Text Example


Text Example

White with #8B84EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8B84EC; }

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

 H1.HeaderClassName
 {
   color: #8B84EC;
 }
 .AnyTagClassName
 {
   color: #8B84EC;
 }
</style>

background-color css

<style>
 a { background-color: #8B84EC; }

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

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

border-color css

<style>
 span { border-color: #8B84EC; }

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

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