Html Css Color HEX #8C84EA Light Slate Blue

📋 copy color: '#8C84EA'

red 140 ◦ green 132 ◦ blue 234

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

Shades of Light Slate Blue #8C84EA

Tints of Light Slate Blue #8C84EA

RGB

 RED value IS 140 (55.08% from 255) = 27.67%

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

 BLUE value IS 234 (91.8% from 255) = 46.25%

R = 27.67%
G = 26.09%
B = 46.25%

CMYK

 C value IS 0.40

 M value IS 0.44

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8C84EA (or 0x8C84EA) is known color: Light Slate Blue. HEX triplet: 8C, 84 and EA. RGB value is (140,132,234). Sum of RGB (Red+Green+Blue) = 140+132+234=506 (67% of max value = 765). Red value is 140 (55.08% from 255 or 27.67% from 506); Green value is 132 (51.95% from 255 or 26.09% from 506); Blue value is 234 (91.80% from 255 or 46.25% from 506); Max value from RGB is 234 - color contains mainly: blue. Hex color #8C84EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8C84EA is #737B15. Grayscale: #919191. Windows color (decimal): -7568150 or 15369356. OLE color: 15369356.

HSL color Cylindrical-coordinate representation of color #8C84EA: hue angle of 244.71º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8C84EA is Cyan = 0.40, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 140 132 234 -
CMYK 0.40 0.44 0 0.08
HSL 244.71º 0.71% 0.72% -
HSV(B) 244.71º 0.44% 0.92% -
XYZ 33.92 28.02 81.46 -
YUV 146.02 177.65 123.71 -
System Red Green Blue C M Y K H S L
Decimal 140 132 234 0.40 0.44 0 0.08 244.71 0.71 0.72
Hex 8C 84 EA 28 2C 0 8 F5 47 48
Octal 214 204 352 50 54 0 10 365 107 110
Binary 10001100 10000100 11101010 101000 101100 0 1000 11110101 1000111 1001000

Color Harmonies of #8C84EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C84EA

Black with #8C84EA

Text Example


Text Example

White with #8C84EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,132,234); }

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

background-color css

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

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

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

border-color css

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

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

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