Html Css Color HEX #8A7AFD Light Slate Blue

📋 copy color: '#8A7AFD'

red 138 ◦ green 122 ◦ blue 253

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

Shades of Light Slate Blue #8A7AFD

Tints of Light Slate Blue #8A7AFD

RGB

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

 GREEN value IS 122 (48.05% from 255) = 23.78%

 BLUE value IS 253 (99.22% from 255) = 49.32%

R = 26.9%
G = 23.78%
B = 49.32%

CMYK

 C value IS 0.45

 M value IS 0.52

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8A7AFD (or 0x8A7AFD) is known color: Light Slate Blue. HEX triplet: 8A, 7A and FD. RGB value is (138,122,253). Sum of RGB (Red+Green+Blue) = 138+122+253=513 (67% of max value = 765). Red value is 138 (54.30% from 255 or 26.90% from 513); Green value is 122 (48.05% from 255 or 23.78% from 513); Blue value is 253 (99.22% from 255 or 49.32% from 513); Max value from RGB is 253 - color contains mainly: blue. Hex color #8A7AFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8A7AFD is #758502. Grayscale: #8D8D8D. Windows color (decimal): -7701763 or 16611978. OLE color: 16611978.

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

Color convert

RGB 138 122 253 -
CMYK 0.45 0.52 0 0.01
HSL 247.33º 0.97% 0.74% -
HSV(B) 247.33º 0.52% 0.99% -
XYZ 35.17 26.41 96.17 -
YUV 141.72 190.8 125.35 -
System Red Green Blue C M Y K H S L
Decimal 138 122 253 0.45 0.52 0 0.01 247.33 0.97 0.74
Hex 8A 7A FD 2D 34 0 1 F7 61 4A
Octal 212 172 375 55 64 0 1 367 141 112
Binary 10001010 1111010 11111101 101101 110100 0 1 11110111 1100001 1001010

Color Harmonies of #8A7AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A7AFD

Black with #8A7AFD

Text Example


Text Example

White with #8A7AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,122,253); }

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

background-color css

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

 a { background-color: rgb(138,122,253); }

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

border-color css

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

 span { border-color: rgb(138,122,253); }

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