Html Css Color HEX #8D7FFB Light Slate Blue

📋 copy color: '#8D7FFB'

red 141 ◦ green 127 ◦ blue 251

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

Shades of Light Slate Blue #8D7FFB

Tints of Light Slate Blue #8D7FFB

RGB

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

 GREEN value IS 127 (50% from 255) = 24.47%

 BLUE value IS 251 (98.44% from 255) = 48.36%

R = 27.17%
G = 24.47%
B = 48.36%

CMYK

 C value IS 0.44

 M value IS 0.49

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8D7FFB (or 0x8D7FFB) is known color: Light Slate Blue. HEX triplet: 8D, 7F and FB. RGB value is (141,127,251). Sum of RGB (Red+Green+Blue) = 141+127+251=519 (68% of max value = 765). Red value is 141 (55.47% from 255 or 27.17% from 519); Green value is 127 (50% from 255 or 24.47% from 519); Blue value is 251 (98.44% from 255 or 48.36% from 519); Max value from RGB is 251 - color contains mainly: blue. Hex color #8D7FFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8D7FFB is #728004. Grayscale: #909090. Windows color (decimal): -7503877 or 16482189. OLE color: 16482189.

HSL color Cylindrical-coordinate representation of color #8D7FFB: hue angle of 246.77º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8D7FFB is Cyan = 0.44, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 141 127 251 -
CMYK 0.44 0.49 0 0.02
HSL 246.77º 0.94% 0.74% -
HSV(B) 246.77º 0.49% 0.98% -
XYZ 35.99 27.81 94.74 -
YUV 145.32 187.64 124.92 -
System Red Green Blue C M Y K H S L
Decimal 141 127 251 0.44 0.49 0 0.02 246.77 0.94 0.74
Hex 8D 7F FB 2C 31 0 2 F7 5E 4A
Octal 215 177 373 54 61 0 2 367 136 112
Binary 10001101 1111111 11111011 101100 110001 0 10 11110111 1011110 1001010

Color Harmonies of #8D7FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D7FFB

Black with #8D7FFB

Text Example


Text Example

White with #8D7FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,127,251); }

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

background-color css

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

 a { background-color: rgb(141,127,251); }

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

border-color css

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

 span { border-color: rgb(141,127,251); }

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