Html Css Color HEX #8D89FC Light Slate Blue

📋 copy color: '#8D89FC'

red 141 ◦ green 137 ◦ blue 252

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

Shades of Light Slate Blue #8D89FC

Tints of Light Slate Blue #8D89FC

RGB

 RED value IS 141 (55.47% from 255) = 26.6%

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

 BLUE value IS 252 (98.83% from 255) = 47.55%

R = 26.6%
G = 25.85%
B = 47.55%

CMYK

 C value IS 0.44

 M value IS 0.46

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8D89FC (or 0x8D89FC) is known color: Light Slate Blue. HEX triplet: 8D, 89 and FC. RGB value is (141,137,252). Sum of RGB (Red+Green+Blue) = 141+137+252=530 (70% of max value = 765). Red value is 141 (55.47% from 255 or 26.60% from 530); Green value is 137 (53.91% from 255 or 25.85% from 530); Blue value is 252 (98.83% from 255 or 47.55% from 530); Max value from RGB is 252 - color contains mainly: blue. Hex color #8D89FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8D89FC is #727603. Grayscale: #969696. Windows color (decimal): -7501316 or 16550285. OLE color: 16550285.

HSL color Cylindrical-coordinate representation of color #8D89FC: hue angle of 242.09º degrees, saturation: 0.95, 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 #8D89FC is Cyan = 0.44, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 141 137 252 -
CMYK 0.44 0.46 0 0.01
HSL 242.09º 0.95% 0.76% -
HSV(B) 242.09º 0.46% 0.99% -
XYZ 37.5 30.58 96.02 -
YUV 151.31 184.83 120.65 -
System Red Green Blue C M Y K H S L
Decimal 141 137 252 0.44 0.46 0 0.01 242.09 0.95 0.76
Hex 8D 89 FC 2C 2E 0 1 F2 5F 4C
Octal 215 211 374 54 56 0 1 362 137 114
Binary 10001101 10001001 11111100 101100 101110 0 1 11110010 1011111 1001100

Color Harmonies of #8D89FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D89FC

Black with #8D89FC

Text Example


Text Example

White with #8D89FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,137,252); }

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

background-color css

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

 a { background-color: rgb(141,137,252); }

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

border-color css

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

 span { border-color: rgb(141,137,252); }

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