Html Css Color HEX #8F8BFB Light Slate Blue

📋 copy color: '#8F8BFB'

red 143 ◦ green 139 ◦ blue 251

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

Shades of Light Slate Blue #8F8BFB

Tints of Light Slate Blue #8F8BFB

RGB

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

 GREEN value IS 139 (54.69% from 255) = 26.08%

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

R = 26.83%
G = 26.08%
B = 47.09%

CMYK

 C value IS 0.43

 M value IS 0.45

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8F8BFB (or 0x8F8BFB) is known color: Light Slate Blue. HEX triplet: 8F, 8B and FB. RGB value is (143,139,251). Sum of RGB (Red+Green+Blue) = 143+139+251=533 (70% of max value = 765). Red value is 143 (56.25% from 255 or 26.83% from 533); Green value is 139 (54.69% from 255 or 26.08% from 533); Blue value is 251 (98.44% from 255 or 47.09% from 533); Max value from RGB is 251 - color contains mainly: blue. Hex color #8F8BFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8F8BFB is #707404. Grayscale: #989898. Windows color (decimal): -7369733 or 16485263. OLE color: 16485263.

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

Color convert

RGB 143 139 251 -
CMYK 0.43 0.45 0 0.02
HSL 242.14º 0.93% 0.76% -
HSV(B) 242.14º 0.45% 0.98% -
XYZ 37.97 31.27 95.3 -
YUV 152.96 183.33 120.89 -
System Red Green Blue C M Y K H S L
Decimal 143 139 251 0.43 0.45 0 0.02 242.14 0.93 0.76
Hex 8F 8B FB 2B 2D 0 2 F2 5D 4C
Octal 217 213 373 53 55 0 2 362 135 114
Binary 10001111 10001011 11111011 101011 101101 0 10 11110010 1011101 1001100

Color Harmonies of #8F8BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F8BFB

Black with #8F8BFB

Text Example


Text Example

White with #8F8BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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