Html Css Color HEX #8F8DFB Light Slate Blue

📋 copy color: '#8F8DFB'

red 143 ◦ green 141 ◦ blue 251

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

Shades of Light Slate Blue #8F8DFB

Tints of Light Slate Blue #8F8DFB

RGB

 RED value IS 143 (56.25% from 255) = 26.73%

 GREEN value IS 141 (55.47% from 255) = 26.36%

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

R = 26.73%
G = 26.36%
B = 46.92%

CMYK

 C value IS 0.43

 M value IS 0.44

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8F8DFB (or 0x8F8DFB) is known color: Light Slate Blue. HEX triplet: 8F, 8D and FB. RGB value is (143,141,251). Sum of RGB (Red+Green+Blue) = 143+141+251=535 (70% of max value = 765). Red value is 143 (56.25% from 255 or 26.73% from 535); Green value is 141 (55.47% from 255 or 26.36% from 535); Blue value is 251 (98.44% from 255 or 46.92% from 535); Max value from RGB is 251 - color contains mainly: blue. Hex color #8F8DFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8F8DFB is #707204. Grayscale: #999999. Windows color (decimal): -7369221 or 16485775. OLE color: 16485775.

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

Color convert

RGB 143 141 251 -
CMYK 0.43 0.44 0 0.02
HSL 241.09º 0.93% 0.77% -
HSV(B) 241.09º 0.44% 0.98% -
XYZ 38.27 31.85 95.4 -
YUV 154.14 182.66 120.06 -
System Red Green Blue C M Y K H S L
Decimal 143 141 251 0.43 0.44 0 0.02 241.09 0.93 0.77
Hex 8F 8D FB 2B 2C 0 2 F1 5D 4D
Octal 217 215 373 53 54 0 2 361 135 115
Binary 10001111 10001101 11111011 101011 101100 0 10 11110001 1011101 1001101

Color Harmonies of #8F8DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F8DFB

Black with #8F8DFB

Text Example


Text Example

White with #8F8DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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