Html Css Color HEX #8C62F7 Light Slate Blue

📋 copy color: '#8C62F7'

red 140 ◦ green 98 ◦ blue 247

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

Shades of Light Slate Blue #8C62F7

Tints of Light Slate Blue #8C62F7

RGB

 RED value IS 140 (55.08% from 255) = 28.87%

 GREEN value IS 98 (38.67% from 255) = 20.21%

 BLUE value IS 247 (96.88% from 255) = 50.93%

R = 28.87%
G = 20.21%
B = 50.93%

CMYK

 C value IS 0.43

 M value IS 0.60

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#8C62F7 (or 0x8C62F7) is known color: Light Slate Blue. HEX triplet: 8C, 62 and F7. RGB value is (140,98,247). Sum of RGB (Red+Green+Blue) = 140+98+247=485 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.87% from 485); Green value is 98 (38.67% from 255 or 20.21% from 485); Blue value is 247 (96.88% from 255 or 50.93% from 485); Max value from RGB is 247 - color contains mainly: blue. Hex color #8C62F7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C62F7 is #739D08. Grayscale: #7E7E7E. Windows color (decimal): -7576841 or 16212620. OLE color: 16212620.

HSL color Cylindrical-coordinate representation of color #8C62F7: hue angle of 256.91º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8C62F7 is Cyan = 0.43, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 140 98 247 -
CMYK 0.43 0.60 0 0.03
HSL 256.91º 0.9% 0.68% -
HSV(B) 256.91º 0.6% 0.97% -
XYZ 31.97 21.03 90.37 -
YUV 127.54 195.41 136.88 -
System Red Green Blue C M Y K H S L
Decimal 140 98 247 0.43 0.60 0 0.03 256.91 0.9 0.68
Hex 8C 62 F7 2B 3C 0 3 101 5A 44
Octal 214 142 367 53 74 0 3 401 132 104
Binary 10001100 1100010 11110111 101011 111100 0 11 100000001 1011010 1000100

Color Harmonies of #8C62F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C62F7

Black with #8C62F7

Text Example


Text Example

White with #8C62F7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,98,247); }

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

background-color css

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

 a { background-color: rgb(140,98,247); }

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

border-color css

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

 span { border-color: rgb(140,98,247); }

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