Html Css Color HEX #8A7DFC Light Slate Blue

📋 copy color: '#8A7DFC'

red 138 ◦ green 125 ◦ blue 252

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

Shades of Light Slate Blue #8A7DFC

Tints of Light Slate Blue #8A7DFC

RGB

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

 GREEN value IS 125 (49.22% from 255) = 24.27%

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

R = 26.8%
G = 24.27%
B = 48.93%

CMYK

 C value IS 0.45

 M value IS 0.50

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8A7DFC (or 0x8A7DFC) is known color: Light Slate Blue. HEX triplet: 8A, 7D and FC. RGB value is (138,125,252). Sum of RGB (Red+Green+Blue) = 138+125+252=515 (68% of max value = 765). Red value is 138 (54.30% from 255 or 26.80% from 515); Green value is 125 (49.22% from 255 or 24.27% from 515); Blue value is 252 (98.83% from 255 or 48.93% from 515); Max value from RGB is 252 - color contains mainly: blue. Hex color #8A7DFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8A7DFC is #758203. Grayscale: #8E8E8E. Windows color (decimal): -7700996 or 16547210. OLE color: 16547210.

HSL color Cylindrical-coordinate representation of color #8A7DFC: hue angle of 246.14º 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 #8A7DFC is Cyan = 0.45, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 138 125 252 -
CMYK 0.45 0.50 0 0.01
HSL 246.14º 0.95% 0.74% -
HSV(B) 246.14º 0.5% 0.99% -
XYZ 35.39 27.1 95.46 -
YUV 143.37 189.31 124.17 -
System Red Green Blue C M Y K H S L
Decimal 138 125 252 0.45 0.50 0 0.01 246.14 0.95 0.74
Hex 8A 7D FC 2D 32 0 1 F6 5F 4A
Octal 212 175 374 55 62 0 1 366 137 112
Binary 10001010 1111101 11111100 101101 110010 0 1 11110110 1011111 1001010

Color Harmonies of #8A7DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A7DFC

Black with #8A7DFC

Text Example


Text Example

White with #8A7DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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