Html Css Color HEX #8F7FFB Light Slate Blue

📋 copy color: '#8F7FFB'

red 143 ◦ green 127 ◦ blue 251

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

Shades of Light Slate Blue #8F7FFB

Tints of Light Slate Blue #8F7FFB

RGB

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

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

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

R = 27.45%
G = 24.38%
B = 48.18%

CMYK

 C value IS 0.43

 M value IS 0.49

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8F7FFB (or 0x8F7FFB) is known color: Light Slate Blue. HEX triplet: 8F, 7F and FB. RGB value is (143,127,251). Sum of RGB (Red+Green+Blue) = 143+127+251=521 (69% of max value = 765). Red value is 143 (56.25% from 255 or 27.45% from 521); Green value is 127 (50% from 255 or 24.38% from 521); Blue value is 251 (98.44% from 255 or 48.18% from 521); Max value from RGB is 251 - color contains mainly: blue. Hex color #8F7FFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F7FFB is #708004. Grayscale: #919191. Windows color (decimal): -7372805 or 16482191. OLE color: 16482191.

HSL color Cylindrical-coordinate representation of color #8F7FFB: hue angle of 247.74º 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 #8F7FFB is Cyan = 0.43, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 143 127 251 -
CMYK 0.43 0.49 0 0.02
HSL 247.74º 0.94% 0.74% -
HSV(B) 247.74º 0.49% 0.98% -
XYZ 36.33 27.98 94.75 -
YUV 145.92 187.3 125.92 -
System Red Green Blue C M Y K H S L
Decimal 143 127 251 0.43 0.49 0 0.02 247.74 0.94 0.74
Hex 8F 7F FB 2B 31 0 2 F8 5E 4A
Octal 217 177 373 53 61 0 2 370 136 112
Binary 10001111 1111111 11111011 101011 110001 0 10 11111000 1011110 1001010

Color Harmonies of #8F7FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F7FFB

Black with #8F7FFB

Text Example


Text Example

White with #8F7FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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