Html Css Color HEX #8C51FD Light Slate Blue

📋 copy color: '#8C51FD'

red 140 ◦ green 81 ◦ blue 253

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

Shades of Light Slate Blue #8C51FD

Tints of Light Slate Blue #8C51FD

RGB

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

 GREEN value IS 81 (32.03% from 255) = 17.09%

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

R = 29.54%
G = 17.09%
B = 53.38%

CMYK

 C value IS 0.45

 M value IS 0.68

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8C51FD (or 0x8C51FD) is known color: Light Slate Blue. HEX triplet: 8C, 51 and FD. RGB value is (140,81,253). Sum of RGB (Red+Green+Blue) = 140+81+253=474 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.54% from 474); Green value is 81 (32.03% from 255 or 17.09% from 474); Blue value is 253 (99.22% from 255 or 53.38% from 474); Max value from RGB is 253 - color contains mainly: blue. Hex color #8C51FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C51FD is #73AE02. Grayscale: #757575. Windows color (decimal): -7581187 or 16601484. OLE color: 16601484.

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

Color convert

RGB 140 81 253 -
CMYK 0.45 0.68 0 0.01
HSL 260.58º 0.98% 0.65% -
HSV(B) 260.58º 0.68% 0.99% -
XYZ 31.49 18.55 94.85 -
YUV 118.25 204.05 143.51 -
System Red Green Blue C M Y K H S L
Decimal 140 81 253 0.45 0.68 0 0.01 260.58 0.98 0.65
Hex 8C 51 FD 2D 44 0 1 105 62 41
Octal 214 121 375 55 104 0 1 405 142 101
Binary 10001100 1010001 11111101 101101 1000100 0 1 100000101 1100010 1000001

Color Harmonies of #8C51FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C51FD

Black with #8C51FD

Text Example


Text Example

White with #8C51FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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