Html Css Color HEX #8A7BF6 Light Slate Blue

📋 copy color: '#8A7BF6'

red 138 ◦ green 123 ◦ blue 246

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

Shades of Light Slate Blue #8A7BF6

Tints of Light Slate Blue #8A7BF6

RGB

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

 GREEN value IS 123 (48.44% from 255) = 24.26%

 BLUE value IS 246 (96.48% from 255) = 48.52%

R = 27.22%
G = 24.26%
B = 48.52%

CMYK

 C value IS 0.44

 M value IS 0.50

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#8A7BF6 (or 0x8A7BF6) is known color: Light Slate Blue. HEX triplet: 8A, 7B and F6. RGB value is (138,123,246). Sum of RGB (Red+Green+Blue) = 138+123+246=507 (67% of max value = 765). Red value is 138 (54.30% from 255 or 27.22% from 507); Green value is 123 (48.44% from 255 or 24.26% from 507); Blue value is 246 (96.48% from 255 or 48.52% from 507); Max value from RGB is 246 - color contains mainly: blue. Hex color #8A7BF6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8A7BF6 is #758409. Grayscale: #8D8D8D. Windows color (decimal): -7701514 or 16153482. OLE color: 16153482.

HSL color Cylindrical-coordinate representation of color #8A7BF6: hue angle of 247.32º degrees, saturation: 0.87, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8A7BF6 is Cyan = 0.44, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 138 123 246 -
CMYK 0.44 0.50 0 0.04
HSL 247.32º 0.87% 0.72% -
HSV(B) 247.32º 0.5% 0.96% -
XYZ 34.2 26.22 90.45 -
YUV 141.51 186.97 125.5 -
System Red Green Blue C M Y K H S L
Decimal 138 123 246 0.44 0.50 0 0.04 247.32 0.87 0.72
Hex 8A 7B F6 2C 32 0 4 F7 57 48
Octal 212 173 366 54 62 0 4 367 127 110
Binary 10001010 1111011 11110110 101100 110010 0 100 11110111 1010111 1001000

Color Harmonies of #8A7BF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A7BF6

Black with #8A7BF6

Text Example


Text Example

White with #8A7BF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,123,246); }

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

background-color css

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

 a { background-color: rgb(138,123,246); }

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

border-color css

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

 span { border-color: rgb(138,123,246); }

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