Html Css Color HEX #8A7EFC Light Slate Blue

📋 copy color: '#8A7EFC'

red 138 ◦ green 126 ◦ blue 252

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

Shades of Light Slate Blue #8A7EFC

Tints of Light Slate Blue #8A7EFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 48.84%

R = 26.74%
G = 24.42%
B = 48.84%

CMYK

 C value IS 0.45

 M value IS 0.5

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8A7EFC (or 0x8A7EFC) is known color: Light Slate Blue. HEX triplet: 8A, 7E and FC. RGB value is (138,126,252). Sum of RGB (Red+Green+Blue) = 138+126+252=516 (68% of max value = 765). Red value is 138 (54.30% from 255 or 26.74% from 516); Green value is 126 (49.61% from 255 or 24.42% from 516); Blue value is 252 (98.83% from 255 or 48.84% from 516); Max value from RGB is 252 - color contains mainly: blue. Hex color #8A7EFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8A7EFC is #758103. Grayscale: #8F8F8F. Windows color (decimal): -7700740 or 16547466. OLE color: 16547466.

HSL color Cylindrical-coordinate representation of color #8A7EFC: hue angle of 245.71º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8A7EFC is Cyan = 0.45, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 138 126 252 -
CMYK 0.45 0.5 0 0.01
HSL 245.71º 0.95% 0.74% -
HSV(B) 245.71º 0.5% 0.99% -
XYZ 35.51 27.35 95.5 -
YUV 143.95 188.98 123.75 -
System Red Green Blue C M Y K H S L
Decimal 138 126 252 0.45 0.5 0 0.01 245.71 0.95 0.74
Hex 8A 7E FC 2D 32 0 1 F6 5F 4A
Octal 212 176 374 55 62 0 1 366 137 112
Binary 10001010 1111110 11111100 101101 110010 0 1 11110110 1011111 1001010

Color Harmonies of #8A7EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A7EFC

Black with #8A7EFC

Text Example


Text Example

White with #8A7EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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