Html Css Color HEX #8A7EED Light Slate Blue

📋 copy color: '#8A7EED'

red 138 ◦ green 126 ◦ blue 237

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

Shades of Light Slate Blue #8A7EED

Tints of Light Slate Blue #8A7EED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 47.31%

R = 27.54%
G = 25.15%
B = 47.31%

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

#8A7EED (or 0x8A7EED) is known color: Light Slate Blue. HEX triplet: 8A, 7E and ED. RGB value is (138,126,237). Sum of RGB (Red+Green+Blue) = 138+126+237=501 (66% of max value = 765). Red value is 138 (54.30% from 255 or 27.54% from 501); Green value is 126 (49.61% from 255 or 25.15% from 501); Blue value is 237 (92.97% from 255 or 47.31% from 501); Max value from RGB is 237 - color contains mainly: blue. Hex color #8A7EED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8A7EED is #758112. Grayscale: #8D8D8D. Windows color (decimal): -7700755 or 15564426. OLE color: 15564426.

HSL color Cylindrical-coordinate representation of color #8A7EED: hue angle of 246.49º degrees, saturation: 0.76, 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 #8A7EED is Cyan = 0.42, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 138 126 237 -
CMYK 0.42 0.47 0 0.07
HSL 246.49º 0.76% 0.71% -
HSV(B) 246.49º 0.47% 0.93% -
XYZ 33.23 26.44 83.47 -
YUV 142.24 181.48 124.97 -
System Red Green Blue C M Y K H S L
Decimal 138 126 237 0.42 0.47 0 0.07 246.49 0.76 0.71
Hex 8A 7E ED 2A 2F 0 7 F6 4C 47
Octal 212 176 355 52 57 0 7 366 114 107
Binary 10001010 1111110 11101101 101010 101111 0 111 11110110 1001100 1000111

Color Harmonies of #8A7EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A7EED

Black with #8A7EED

Text Example


Text Example

White with #8A7EED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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