Html Css Color HEX #8C62FD Light Slate Blue

📋 copy color: '#8C62FD'

red 140 ◦ green 98 ◦ blue 253

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

Shades of Light Slate Blue #8C62FD

Tints of Light Slate Blue #8C62FD

RGB

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

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

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

R = 28.51%
G = 19.96%
B = 51.53%

CMYK

 C value IS 0.45

 M value IS 0.61

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8C62FD (or 0x8C62FD) is known color: Light Slate Blue. HEX triplet: 8C, 62 and FD. RGB value is (140,98,253). Sum of RGB (Red+Green+Blue) = 140+98+253=491 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.51% from 491); Green value is 98 (38.67% from 255 or 19.96% from 491); Blue value is 253 (99.22% from 255 or 51.53% from 491); Max value from RGB is 253 - color contains mainly: blue. Hex color #8C62FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C62FD is #739D02. Grayscale: #7F7F7F. Windows color (decimal): -7576835 or 16605836. OLE color: 16605836.

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

Color convert

RGB 140 98 253 -
CMYK 0.45 0.61 0 0.01
HSL 256.26º 0.97% 0.69% -
HSV(B) 256.26º 0.61% 0.99% -
XYZ 32.91 21.4 95.32 -
YUV 128.23 198.41 136.4 -
System Red Green Blue C M Y K H S L
Decimal 140 98 253 0.45 0.61 0 0.01 256.26 0.97 0.69
Hex 8C 62 FD 2D 3D 0 1 100 61 45
Octal 214 142 375 55 75 0 1 400 141 105
Binary 10001100 1100010 11111101 101101 111101 0 1 100000000 1100001 1000101

Color Harmonies of #8C62FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C62FD

Black with #8C62FD

Text Example


Text Example

White with #8C62FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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