Html Css Color HEX #8C8FFD Light Slate Blue

📋 copy color: '#8C8FFD'

red 140 ◦ green 143 ◦ blue 253

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

Shades of Light Slate Blue #8C8FFD

Tints of Light Slate Blue #8C8FFD

RGB

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

 GREEN value IS 143 (56.25% from 255) = 26.68%

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

R = 26.12%
G = 26.68%
B = 47.2%

CMYK

 C value IS 0.45

 M value IS 0.43

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8C8FFD (or 0x8C8FFD) is known color: Light Slate Blue. HEX triplet: 8C, 8F and FD. RGB value is (140,143,253). Sum of RGB (Red+Green+Blue) = 140+143+253=536 (70% of max value = 765). Red value is 140 (55.08% from 255 or 26.12% from 536); Green value is 143 (56.25% from 255 or 26.68% from 536); Blue value is 253 (99.22% from 255 or 47.20% from 536); Max value from RGB is 253 - color contains mainly: blue. Hex color #8C8FFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8C8FFD is #737002. Grayscale: #9A9A9A. Windows color (decimal): -7565315 or 16617356. OLE color: 16617356.

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

Color convert

RGB 140 143 253 -
CMYK 0.45 0.43 0 0.01
HSL 238.41º 0.97% 0.77% -
HSV(B) 238.41º 0.45% 0.99% -
XYZ 38.37 32.31 97.14 -
YUV 154.64 183.51 117.56 -
System Red Green Blue C M Y K H S L
Decimal 140 143 253 0.45 0.43 0 0.01 238.41 0.97 0.77
Hex 8C 8F FD 2D 2B 0 1 EE 61 4D
Octal 214 217 375 55 53 0 1 356 141 115
Binary 10001100 10001111 11111101 101101 101011 0 1 11101110 1100001 1001101

Color Harmonies of #8C8FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C8FFD

Black with #8C8FFD

Text Example


Text Example

White with #8C8FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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