Html Css Color HEX #8C82FE Light Slate Blue

📋 copy color: '#8C82FE'

red 140 ◦ green 130 ◦ blue 254

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

Shades of Light Slate Blue #8C82FE

Tints of Light Slate Blue #8C82FE

RGB

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

 GREEN value IS 130 (51.17% from 255) = 24.81%

 BLUE value IS 254 (99.61% from 255) = 48.47%

R = 26.72%
G = 24.81%
B = 48.47%

CMYK

 C value IS 0.45

 M value IS 0.49

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#8C82FE (or 0x8C82FE) is known color: Light Slate Blue. HEX triplet: 8C, 82 and FE. RGB value is (140,130,254). Sum of RGB (Red+Green+Blue) = 140+130+254=524 (69% of max value = 765). Red value is 140 (55.08% from 255 or 26.72% from 524); Green value is 130 (51.17% from 255 or 24.81% from 524); Blue value is 254 (99.61% from 255 or 48.47% from 524); Max value from RGB is 254 - color contains mainly: blue. Hex color #8C82FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8C82FE is #737D01. Grayscale: #929292. Windows color (decimal): -7568642 or 16679564. OLE color: 16679564.

HSL color Cylindrical-coordinate representation of color #8C82FE: hue angle of 244.84º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8C82FE is Cyan = 0.45, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 140 130 254 -
CMYK 0.45 0.49 0 0.00
HSL 244.84º 0.98% 0.75% -
HSV(B) 244.84º 0.49% 1% -
XYZ 36.69 28.7 97.37 -
YUV 147.13 188.31 122.92 -
System Red Green Blue C M Y K H S L
Decimal 140 130 254 0.45 0.49 0 0.00 244.84 0.98 0.75
Hex 8C 82 FE 2D 31 0 0 F5 62 4B
Octal 214 202 376 55 61 0 0 365 142 113
Binary 10001100 10000010 11111110 101101 110001 0 0 11110101 1100010 1001011

Color Harmonies of #8C82FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C82FE

Black with #8C82FE

Text Example


Text Example

White with #8C82FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,130,254); }

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

background-color css

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

 a { background-color: rgb(140,130,254); }

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

border-color css

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

 span { border-color: rgb(140,130,254); }

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