Html Css Color HEX #8A7CEA Light Slate Blue

📋 copy color: '#8A7CEA'

red 138 ◦ green 124 ◦ blue 234

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

Shades of Light Slate Blue #8A7CEA

Tints of Light Slate Blue #8A7CEA

RGB

 RED value IS 138 (54.3% from 255) = 27.82%

 GREEN value IS 124 (48.83% from 255) = 25%

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

R = 27.82%
G = 25%
B = 47.18%

CMYK

 C value IS 0.41

 M value IS 0.47

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8A7CEA (or 0x8A7CEA) is known color: Light Slate Blue. HEX triplet: 8A, 7C and EA. RGB value is (138,124,234). Sum of RGB (Red+Green+Blue) = 138+124+234=496 (65% of max value = 765). Red value is 138 (54.30% from 255 or 27.82% from 496); Green value is 124 (48.83% from 255 or 25% from 496); Blue value is 234 (91.80% from 255 or 47.18% from 496); Max value from RGB is 234 - color contains mainly: blue. Hex color #8A7CEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8A7CEA is #758315. Grayscale: #8C8C8C. Windows color (decimal): -7701270 or 15367306. OLE color: 15367306.

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

Color convert

RGB 138 124 234 -
CMYK 0.41 0.47 0 0.08
HSL 247.64º 0.72% 0.7% -
HSV(B) 247.64º 0.47% 0.92% -
XYZ 32.54 25.76 81.1 -
YUV 140.73 180.64 126.06 -
System Red Green Blue C M Y K H S L
Decimal 138 124 234 0.41 0.47 0 0.08 247.64 0.72 0.7
Hex 8A 7C EA 29 2F 0 8 F8 48 46
Octal 212 174 352 51 57 0 10 370 110 106
Binary 10001010 1111100 11101010 101001 101111 0 1000 11111000 1001000 1000110

Color Harmonies of #8A7CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A7CEA

Black with #8A7CEA

Text Example


Text Example

White with #8A7CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,124,234); }

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

background-color css

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

 a { background-color: rgb(138,124,234); }

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

border-color css

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

 span { border-color: rgb(138,124,234); }

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