Html Css Color HEX #8C89FF Light Slate Blue

📋 copy color: '#8C89FF'

red 140 ◦ green 137 ◦ blue 255

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

Shades of Light Slate Blue #8C89FF

Tints of Light Slate Blue #8C89FF

RGB

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

 GREEN value IS 137 (53.91% from 255) = 25.75%

 BLUE value IS 255 (100% from 255) = 47.93%

R = 26.32%
G = 25.75%
B = 47.93%

CMYK

 C value IS 0.45

 M value IS 0.46

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8C89FF (or 0x8C89FF) is known color: Light Slate Blue. HEX triplet: 8C, 89 and FF. RGB value is (140,137,255). Sum of RGB (Red+Green+Blue) = 140+137+255=532 (70% of max value = 765). Red value is 140 (55.08% from 255 or 26.32% from 532); Green value is 137 (53.91% from 255 or 25.75% from 532); Blue value is 255 (100% from 255 or 47.93% from 532); Max value from RGB is 255 - color contains mainly: blue. Hex color #8C89FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8C89FF is #737600. Grayscale: #969696. Windows color (decimal): -7566849 or 16746892. OLE color: 16746892.

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

Color convert

RGB 140 137 255 -
CMYK 0.45 0.46 0 0
HSL 241.53º 1% 0.77% -
HSV(B) 241.53º 0.46% 1% -
XYZ 37.81 30.69 98.54 -
YUV 151.35 186.49 119.91 -
System Red Green Blue C M Y K H S L
Decimal 140 137 255 0.45 0.46 0 0 241.53 1 0.77
Hex 8C 89 FF 2D 2E 0 0 F2 64 4D
Octal 214 211 377 55 56 0 0 362 144 115
Binary 10001100 10001001 11111111 101101 101110 0 0 11110010 1100100 1001101

Color Harmonies of #8C89FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C89FF

Black with #8C89FF

Text Example


Text Example

White with #8C89FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,137,255); }

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

background-color css

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

 a { background-color: rgb(140,137,255); }

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

border-color css

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

 span { border-color: rgb(140,137,255); }

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