Html Css Color HEX #8A7EEE Light Slate Blue

📋 copy color: '#8A7EEE'

red 138 ◦ green 126 ◦ blue 238

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

Shades of Light Slate Blue #8A7EEE

Tints of Light Slate Blue #8A7EEE

RGB

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

 GREEN value IS 126 (49.61% from 255) = 25.1%

 BLUE value IS 238 (93.36% from 255) = 47.41%

R = 27.49%
G = 25.1%
B = 47.41%

CMYK

 C value IS 0.42

 M value IS 0.47

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8A7EEE (or 0x8A7EEE) is known color: Light Slate Blue. HEX triplet: 8A, 7E and EE. RGB value is (138,126,238). Sum of RGB (Red+Green+Blue) = 138+126+238=502 (66% of max value = 765). Red value is 138 (54.30% from 255 or 27.49% from 502); Green value is 126 (49.61% from 255 or 25.10% from 502); Blue value is 238 (93.36% from 255 or 47.41% from 502); Max value from RGB is 238 - color contains mainly: blue. Hex color #8A7EEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8A7EEE is #758111. Grayscale: #8D8D8D. Windows color (decimal): -7700754 or 15629962. OLE color: 15629962.

HSL color Cylindrical-coordinate representation of color #8A7EEE: hue angle of 246.43º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8A7EEE is Cyan = 0.42, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 138 126 238 -
CMYK 0.42 0.47 0 0.07
HSL 246.43º 0.77% 0.71% -
HSV(B) 246.43º 0.47% 0.93% -
XYZ 33.37 26.5 84.24 -
YUV 142.36 181.98 124.89 -
System Red Green Blue C M Y K H S L
Decimal 138 126 238 0.42 0.47 0 0.07 246.43 0.77 0.71
Hex 8A 7E EE 2A 2F 0 7 F6 4D 47
Octal 212 176 356 52 57 0 7 366 115 107
Binary 10001010 1111110 11101110 101010 101111 0 111 11110110 1001101 1000111

Color Harmonies of #8A7EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A7EEE

Black with #8A7EEE

Text Example


Text Example

White with #8A7EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,126,238); }

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

background-color css

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

 a { background-color: rgb(138,126,238); }

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

border-color css

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

 span { border-color: rgb(138,126,238); }

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