Html Css Color HEX #8A6EFB Light Slate Blue

📋 copy color: '#8A6EFB'

red 138 ◦ green 110 ◦ blue 251

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

Shades of Light Slate Blue #8A6EFB

Tints of Light Slate Blue #8A6EFB

RGB

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

 GREEN value IS 110 (43.36% from 255) = 22.04%

 BLUE value IS 251 (98.44% from 255) = 50.3%

R = 27.66%
G = 22.04%
B = 50.3%

CMYK

 C value IS 0.45

 M value IS 0.56

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8A6EFB (or 0x8A6EFB) is known color: Light Slate Blue. HEX triplet: 8A, 6E and FB. RGB value is (138,110,251). Sum of RGB (Red+Green+Blue) = 138+110+251=499 (66% of max value = 765). Red value is 138 (54.30% from 255 or 27.66% from 499); Green value is 110 (43.36% from 255 or 22.04% from 499); Blue value is 251 (98.44% from 255 or 50.30% from 499); Max value from RGB is 251 - color contains mainly: blue. Hex color #8A6EFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8A6EFB is #759104. Grayscale: #858585. Windows color (decimal): -7704837 or 16477834. OLE color: 16477834.

HSL color Cylindrical-coordinate representation of color #8A6EFB: hue angle of 251.91º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8A6EFB is Cyan = 0.45, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 138 110 251 -
CMYK 0.45 0.56 0 0.02
HSL 251.91º 0.95% 0.71% -
HSV(B) 251.91º 0.56% 0.98% -
XYZ 33.47 23.52 94.04 -
YUV 134.45 193.78 130.54 -
System Red Green Blue C M Y K H S L
Decimal 138 110 251 0.45 0.56 0 0.02 251.91 0.95 0.71
Hex 8A 6E FB 2D 38 0 2 FC 5F 47
Octal 212 156 373 55 70 0 2 374 137 107
Binary 10001010 1101110 11111011 101101 111000 0 10 11111100 1011111 1000111

Color Harmonies of #8A6EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A6EFB

Black with #8A6EFB

Text Example


Text Example

White with #8A6EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,110,251); }

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

background-color css

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

 a { background-color: rgb(138,110,251); }

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

border-color css

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

 span { border-color: rgb(138,110,251); }

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