Html Css Color HEX #8C89FD Light Slate Blue

📋 copy color: '#8C89FD'

red 140 ◦ green 137 ◦ blue 253

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

Shades of Light Slate Blue #8C89FD

Tints of Light Slate Blue #8C89FD

RGB

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

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

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

R = 26.42%
G = 25.85%
B = 47.74%

CMYK

 C value IS 0.45

 M value IS 0.46

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8C89FD (or 0x8C89FD) is known color: Light Slate Blue. HEX triplet: 8C, 89 and FD. RGB value is (140,137,253). Sum of RGB (Red+Green+Blue) = 140+137+253=530 (70% of max value = 765). Red value is 140 (55.08% from 255 or 26.42% from 530); Green value is 137 (53.91% from 255 or 25.85% from 530); Blue value is 253 (99.22% from 255 or 47.74% from 530); Max value from RGB is 253 - color contains mainly: blue. Hex color #8C89FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8C89FD is #737602. Grayscale: #969696. Windows color (decimal): -7566851 or 16615820. OLE color: 16615820.

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

Color convert

RGB 140 137 253 -
CMYK 0.45 0.46 0 0.01
HSL 241.55º 0.97% 0.76% -
HSV(B) 241.55º 0.46% 0.99% -
XYZ 37.49 30.56 96.85 -
YUV 151.12 185.49 120.07 -
System Red Green Blue C M Y K H S L
Decimal 140 137 253 0.45 0.46 0 0.01 241.55 0.97 0.76
Hex 8C 89 FD 2D 2E 0 1 F2 61 4C
Octal 214 211 375 55 56 0 1 362 141 114
Binary 10001100 10001001 11111101 101101 101110 0 1 11110010 1100001 1001100

Color Harmonies of #8C89FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C89FD

Black with #8C89FD

Text Example


Text Example

White with #8C89FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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