Html Css Color HEX #8C70FD Light Slate Blue

📋 copy color: '#8C70FD'

red 140 ◦ green 112 ◦ blue 253

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

Shades of Light Slate Blue #8C70FD

Tints of Light Slate Blue #8C70FD

RGB

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

 GREEN value IS 112 (44.14% from 255) = 22.18%

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

R = 27.72%
G = 22.18%
B = 50.1%

CMYK

 C value IS 0.45

 M value IS 0.56

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8C70FD (or 0x8C70FD) is known color: Light Slate Blue. HEX triplet: 8C, 70 and FD. RGB value is (140,112,253). Sum of RGB (Red+Green+Blue) = 140+112+253=505 (66% of max value = 765). Red value is 140 (55.08% from 255 or 27.72% from 505); Green value is 112 (44.14% from 255 or 22.18% from 505); Blue value is 253 (99.22% from 255 or 50.10% from 505); Max value from RGB is 253 - color contains mainly: blue. Hex color #8C70FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C70FD is #738F02. Grayscale: #878787. Windows color (decimal): -7573251 or 16609420. OLE color: 16609420.

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

Color convert

RGB 140 112 253 -
CMYK 0.45 0.56 0 0.01
HSL 251.91º 0.97% 0.72% -
HSV(B) 251.91º 0.56% 0.99% -
XYZ 34.34 24.26 95.8 -
YUV 136.45 193.78 130.54 -
System Red Green Blue C M Y K H S L
Decimal 140 112 253 0.45 0.56 0 0.01 251.91 0.97 0.72
Hex 8C 70 FD 2D 38 0 1 FC 61 48
Octal 214 160 375 55 70 0 1 374 141 110
Binary 10001100 1110000 11111101 101101 111000 0 1 11111100 1100001 1001000

Color Harmonies of #8C70FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C70FD

Black with #8C70FD

Text Example


Text Example

White with #8C70FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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